Q2.02. When running a bulk job, an error is returned when attempting to run multiple programs on one node.
A2.02. Since the maximum amount of memory that can be assigned to a node is requested for each srun, it is necessary to add the following options when executing the srun command multiple times within one node in a bulk job.
srun -N 1 -n 1 -c 32 –mem-per-cpu=1840 a.out
Please refer to the System B User Guide for details.