fix: Add empty epilog script
This commit is contained in:
@@ -91,11 +91,11 @@ prologScripts:
|
||||
# Ref: https://slurm.schedmd.com/slurm.conf.html#OPT_Epilog
|
||||
# Ref: https://slurm.schedmd.com/prolog_epilog.html
|
||||
# Ref: https://en.wikipedia.org/wiki/Shebang_(Unix)
|
||||
epilogScripts: {}
|
||||
# 00-empty.sh: |
|
||||
# #!/usr/bin/env bash
|
||||
# set -euo pipefail
|
||||
# exit 0
|
||||
epilogScripts:
|
||||
00-empty.sh: |
|
||||
#!/usr/bin/env bash
|
||||
set -euo pipefail
|
||||
exit 0
|
||||
|
||||
# Slurm controller (slurmctld) configuration.
|
||||
controller:
|
||||
|
||||
Reference in New Issue
Block a user