Skip to content

Commit

Permalink
Merge pull request #26 from khanakbhargava/patch-1
Browse files Browse the repository at this point in the history
Update perlmutter.submit
  • Loading branch information
zingale authored Mar 9, 2024
2 parents 87036cb + 8078544 commit 73ec0eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion job_scripts/perlmutter/perlmutter.submit
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ slack_job_start.py "starting NERSC job: ${workdir} ${restartFile}" @michael

# execute srun in the background then use the builtin wait so the shell can
# handle the signal
srun -n 64 ${CASTRO_EXEC} ${INPUTS} ${restartString} &
srun -n $((SLURM_NTASKS_PER_NODE * SLURM_NNODES)) ${CASTRO_EXEC} ${INPUTS} ${restartString} &
pid=$!
wait $pid
ret=$?
Expand Down

0 comments on commit 73ec0eb

Please sign in to comment.