Skip to content

Commit 2035638

Browse files
committed
doc: remove exclusive to leave room for other users
1 parent 7e31bd7 commit 2035638

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docs/SLURM,-pytorch-distributed-and-Multiple-Nodes.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ Key thing to know is that srun is like a super-ssh which means that when running
1919
#SBATCH --nodes=2
2020
#SBATCH --ntasks-per-node=1
2121
#SBATCH --cpus-per-task=6
22-
#SBATCH --exclusive
2322
#SBATCH --output=%x-%j.out
2423

2524

@@ -81,4 +80,3 @@ python \
8180

8281
wait
8382
```
84-

0 commit comments

Comments
 (0)