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
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user