Skip to content

Commit

Permalink
Fix slurm.conf templating
Browse files Browse the repository at this point in the history
The ReturnToService parameter is not rendered. A newline between that and the jinja conditional above fixes it
  • Loading branch information
bertiethorpe authored Nov 15, 2024
1 parent b9f9d16 commit 47bdf42
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions templates/slurm.conf.j2
Original file line number Diff line number Diff line change
Expand Up @@ -184,4 +184,5 @@ PartitionName={{part.name}} Default={{ part.get('default', 'YES') }} MaxTime={{
NodeName=nonesuch

{% if openhpc_slurm_configless %}SlurmctldParameters=enable_configless{% endif %}

ReturnToService=2

0 comments on commit 47bdf42

Please sign in to comment.