Skip to content

Commit 998f3ba

Browse files
aalitaigabouthilx
authored andcommitted
Updated README
1 parent 8c655b4 commit 998f3ba

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,9 @@ Jobs that did not terminate properly, for example, it exceeded the walltime, can
7777

7878
### SLURM clusters
7979

80-
Smartdispatch can also run on SLURM clusters
81-
All features like `--gpusPerNode` or `--coresPerNode` are supported
82-
However you need to pass SLURM specific features like `--qos` or `--output`as sbatch flach with:
83-
`smart-dispatch -q qtest@mp2 launch python my_script.py [1:4] --sbatchFlags="--qos=high -ofile.out`
84-
If you use the full name of a feature you have to separate the feature and its value by a = like `--qos=high` if not you have to append the features and its value ex: `-ofile.out` is valid, not `-o file.out`
80+
Smartdispatch can also run on SLURM clusters.
81+
All features like `--gpusPerNode` or `--coresPerNode` are supported.
82+
However you need to pass SLURM specific features using --sbatchFlags. For simplicity, --sbatchFlags supports short and long option definitions only with the following syntax:
83+
-Cgpu6gb or --constraint=gpu6gb
84+
For comparison, this would be invalid:
85+
-C gpu6gb or --constraint gpu6gb.

0 commit comments

Comments
 (0)