Skip to content

Commit b9ca54d

Browse files
committed
Fix some lingering references to salloc
1 parent a95c1d7 commit b9ca54d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

mpi4.py.sbatch

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
##SBATCH --nodes 2-
2020

2121
# This batch script will run on one of the compute nodes.
22-
# You could actually do this interactively, if you ran `salloc` with all of the
23-
# SLURM options that are mentioned above (`salloc --time 0:05:00 … /bin/bash`).
24-
# The environment in which this batch script (or `salloc`) runs has all of the
22+
# You could actually do this interactively, if you ran `srun` with all of the
23+
# SLURM options that are mentioned above (`srun --time 0:05:00 … /bin/bash`).
24+
# The environment in which this batch script runs has all of the
2525
# information (via SLURM_* environment variables) to leverage resources on
2626
# all of the nodes. It does this by calling either `srun` or `mpirun`.
2727

0 commit comments

Comments
 (0)