stackhpc / ansible-role-openhpc

Ansible role for OpenHPC
Apache License 2.0
44 stars 15 forks source link

openhpc_job_maxtime default not correctly templated #136

Closed sjpb closed 2 years ago

sjpb commented 2 years ago

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.