We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a95c1d7 commit b9ca54dCopy full SHA for b9ca54d
mpi4.py.sbatch
@@ -19,9 +19,9 @@
19
##SBATCH --nodes 2-
20
21
# 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
+# You could actually do this interactively, if you ran `srun` with all of the
+# SLURM options that are mentioned above (`srun --time 0:05:00 … /bin/bash`).
+# The environment in which this batch script runs has all of the
25
# information (via SLURM_* environment variables) to leverage resources on
26
# all of the nodes. It does this by calling either `srun` or `mpirun`.
27
0 commit comments