We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19051ad commit 45980e8Copy full SHA for 45980e8
cookbooks/aws-parallelcluster-slurm/templates/default/slurm/resume_program.erb
@@ -2,6 +2,8 @@
2
# ResumeProgram should read SLURM_RESUME_FILE within ten seconds of starting to guarantee that it still exists.
3
# ref https://slurm.schedmd.com/power_save.html#tolerance
4
5
+source /etc/profile.d/aws-cli-default-config.sh
6
+
7
trap "rm -f ${SLURM_RESUME_FILE_TMP}" EXIT
8
9
SLURM_RESUME_FILE_TMP=$(mktemp)
0 commit comments