Skip to content

Commit 80b6929

Browse files
committed
fix non-existent OHPC epilog
1 parent 0189c5b commit 80b6929

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

environments/nrel/inventory/group_vars/openhpc/overrides.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ openhpc_generic_packages:
110110
- mpitests-openmpi
111111

112112
# Additional parameters to set in slurm.conf - use yaml format
113+
openhpc_epilog: '/nopt/slurm/etc/epilog.d/*'
113114
openhpc_slurmd_spool_dir: /var/spool/slurm/slurmd
114115
openhpc_config_extra:
115116
LaunchParameters: use_interactive_step
@@ -135,7 +136,7 @@ openhpc_config_extra:
135136
# Prolog: '/nopt/slurm/etc/prolog.d/*'
136137
# PrologFlags: 'X11'
137138
# X11Parameters: 'local_xauthority'
138-
# Epilog: '/nopt/slurm/etc/epilog.d/*'
139+
Epilog: '<absent>' # /nopt/slurm/etc/epilog.d/*'
139140
# PrologEpilogTimeout: 180
140141
# UnkillableStepTimeout: 180
141142

0 commit comments

Comments
 (0)