Skip to content

Commit 47bdf42

Browse files
authored
Fix slurm.conf templating
The ReturnToService parameter is not rendered. A newline between that and the jinja conditional above fixes it
1 parent b9f9d16 commit 47bdf42

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

templates/slurm.conf.j2

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,4 +184,5 @@ PartitionName={{part.name}} Default={{ part.get('default', 'YES') }} MaxTime={{
184184
NodeName=nonesuch
185185

186186
{% if openhpc_slurm_configless %}SlurmctldParameters=enable_configless{% endif %}
187+
187188
ReturnToService=2

0 commit comments

Comments
 (0)