Skip to content

Commit

Permalink
make mpmd_cmdfile executbale
Browse files Browse the repository at this point in the history
  • Loading branch information
weihuang-jedi committed Jul 12, 2024
1 parent 0e43662 commit 4c24eba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ush/run_mpmd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ if [[ "${launcher:-}" =~ ^srun.* ]]; then # srun-based system e.g. Hera, Orion
done < "${cmdfile}"

set +e
chmod 755 "${mpmd_cmdfile}"
# shellcheck disable=SC2086
${launcher:-} ${mpmd_opt:-} -n ${nprocs} "${mpmd_cmdfile}"
rc=$?
Expand Down

0 comments on commit 4c24eba

Please sign in to comment.