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/slurm.conf.html#OPT_Epilog
|
||||||
# Ref: https://slurm.schedmd.com/prolog_epilog.html
|
# Ref: https://slurm.schedmd.com/prolog_epilog.html
|
||||||
# Ref: https://en.wikipedia.org/wiki/Shebang_(Unix)
|
# Ref: https://en.wikipedia.org/wiki/Shebang_(Unix)
|
||||||
epilogScripts: {}
|
epilogScripts:
|
||||||
# 00-empty.sh: |
|
00-empty.sh: |
|
||||||
# #!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
# set -euo pipefail
|
set -euo pipefail
|
||||||
# exit 0
|
exit 0
|
||||||
|
|
||||||
# Slurm controller (slurmctld) configuration.
|
# Slurm controller (slurmctld) configuration.
|
||||||
controller:
|
controller:
|
||||||
|
|||||||
Reference in New Issue
Block a user