mirror of
https://gitlab.cs.uni-saarland.de/hpc/cc-condor-sync.git
synced 2024-11-10 02:47:25 +01:00
Fix some layout issues in Readme.md
This commit is contained in:
parent
54fbc4fa93
commit
483bc0da1d
24
Readme.md
24
Readme.md
@ -14,7 +14,7 @@ state save location.
|
|||||||
# Requirements
|
# Requirements
|
||||||
|
|
||||||
This script expects a certain data structure in the output of squeue. We have
|
This script expects a certain data structure in the output of squeue. We have
|
||||||
noticed during development that squeue --json does not distinguish between
|
noticed during development that `squeue --json` does not distinguish between
|
||||||
individual CPUs in the resources used and in the output the allocation of CPU 1
|
individual CPUs in the resources used and in the output the allocation of CPU 1
|
||||||
and 2 is considered to be the same. However, this may be different for shared
|
and 2 is considered to be the same. However, this may be different for shared
|
||||||
nodes if multiple jobs request a certain set of resources.
|
nodes if multiple jobs request a certain set of resources.
|
||||||
@ -30,7 +30,7 @@ as well.
|
|||||||
|
|
||||||
The easiest way is to clone the Git repository. This way you always get the latest updates.
|
The easiest way is to clone the Git repository. This way you always get the latest updates.
|
||||||
|
|
||||||
git clone https://github.com/pc2/cc-slurm-sync
|
git clone https://github.com/pc2/cc-slurm-sync.git
|
||||||
cd cc-slurm-sync
|
cd cc-slurm-sync
|
||||||
|
|
||||||
## Configuration file
|
## Configuration file
|
||||||
@ -55,19 +55,19 @@ This part describes accelerators which might be used in jobs. The format is as f
|
|||||||
"accelerators" : {
|
"accelerators" : {
|
||||||
"n2gpu" : {
|
"n2gpu" : {
|
||||||
"0": "00000000:03:00.0",
|
"0": "00000000:03:00.0",
|
||||||
"1": "00000000:44:00.0",
|
"1": "00000000:44:00.0",
|
||||||
"2": "00000000:84:00.0",
|
"2": "00000000:84:00.0",
|
||||||
"3": "00000000:C4:00.0"
|
"3": "00000000:C4:00.0"
|
||||||
},
|
},
|
||||||
"n2dgx" : {
|
"n2dgx" : {
|
||||||
"0": "00000000:07:00.0",
|
"0": "00000000:07:00.0",
|
||||||
"1": "00000000:0F:00.0",
|
"1": "00000000:0F:00.0",
|
||||||
"2": "00000000:47:00.0",
|
"2": "00000000:47:00.0",
|
||||||
"3": "00000000:4E:00.0",
|
"3": "00000000:4E:00.0",
|
||||||
"4": "00000000:87:00.0",
|
"4": "00000000:87:00.0",
|
||||||
"5": "00000000:90:00.0",
|
"5": "00000000:90:00.0",
|
||||||
"6": "00000000:B7:00.0",
|
"6": "00000000:B7:00.0",
|
||||||
"7": "00000000:BD:00.0"
|
"7": "00000000:BD:00.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user