Skip to content

Commit 45980e8

Browse files
committed
[ADC] Configure certificates for login nodes in ADC
1 parent 19051ad commit 45980e8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cookbooks/aws-parallelcluster-slurm/templates/default/slurm/resume_program.erb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
# ResumeProgram should read SLURM_RESUME_FILE within ten seconds of starting to guarantee that it still exists.
33
# ref https://slurm.schedmd.com/power_save.html#tolerance
44

5+
source /etc/profile.d/aws-cli-default-config.sh
6+
57
trap "rm -f ${SLURM_RESUME_FILE_TMP}" EXIT
68

79
SLURM_RESUME_FILE_TMP=$(mktemp)

0 commit comments

Comments
 (0)