Restored PMI flag when submitting multinode job
This commit is contained in:
@@ -17,6 +17,6 @@ echo "# CREATION_TIME : {time_stamp}" > $OUTPUT_FILENAME
|
||||
echo "# N_NODES : {n_nodes}" >> $OUTPUT_FILENAME
|
||||
echo "# OFF_CACHE_FLAG : {off_cache_flag}">> $OUTPUT_FILENAME
|
||||
|
||||
srun --cpu-freq=2000000-2000000:performance -N {n_nodes} -n{n_procs} {bin} {job_name} -npmin {n_procs} {off_cache_flag} >> $OUTPUT_FILENAME
|
||||
srun --cpu-freq=2000000-2000000:performance -N {n_nodes} -n{n_procs} {bin} {job_name} -npmin {n_procs} {off_cache_flag} -mem 5 >> $OUTPUT_FILENAME
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user