stackhpc/ansible-role-openhpc

openhpc_job_maxtime default not correctly templated

Closed this issue · 0 comments

sjpb commented

openhpc_job_maxtime is currently 24:00:00, and correctly documented as 24h. Apparently ansible converts this to a int seconds 86400 when templating, but supplying an int to slurm.conf option MaxTime is read as minutes. So the role default is taken as 60 days.