Skip to content

Commit 2789e21

Browse files
Correct slurm directive for memory
Note that --mem-per-cpu does not work when submitting the job from a compute node
1 parent 07d52d0 commit 2789e21

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • Parallel_Computing/Parallel_HDF5/Example2

Parallel_Computing/Parallel_HDF5/Example2/run.sbatch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#SBATCH -t 00:10:00 # time in HH:MM:SS
77
#SBATCH --nodes=2 # number of nodes
88
#SBATCH --ntasks=8 # number of total tasks
9-
#SBATCH --mem-per-cpu=4000 # memory
9+
#SBATCH --mem=4000 # memory
1010

1111
# Load required modules
1212
module load intel/21.2.0-fasrc01 openmpi/4.1.1-fasrc01 hdf5/1.12.1-fasrc01

0 commit comments

Comments
 (0)