Skip to content

Commit f296282

Browse files
authored
Update documentation for Slurm task options
Clarify the usage of --ntasks-per-node in Slurm scripts.
1 parent cad935d commit f296282

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/hpc/08_ml_ai_hpc/03_pytorch_dpp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ Here is one possibility:
174174
export MASTER_PORT=$(expr 10000 + $(echo -n $SLURM_JOBID | tail -c 4) + $SLURM_ARRAY_TASK_ID)
175175
```
176176

177-
### --ntasks-per-node versus --ntasks
177+
### `--ntasks-per-node` versus `--ntasks`
178178

179179
Be sure to use `--ntasks-per-node` and not `--ntasks` in your Slurm script.
180180

0 commit comments

Comments
 (0)