You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I specify walltime: 8:00:00 in my .yml file, but the .time["walltime"] attribute of the instance of SLURMoptions gets set to 28800 (the number of seconds in 8 hours). This is causing the SLURM batch scheduler to throw an error.
I can't for the life of me find which bit of experi's code is doing this conversion from hours:minutes:seconds to seconds, so for now I have had to just hack it.
The text was updated successfully, but these errors were encountered:
I specify
walltime: 8:00:00
in my.yml
file, but the.time["walltime"]
attribute of the instance ofSLURMoptions
gets set to 28800 (the number of seconds in 8 hours). This is causing the SLURM batch scheduler to throw an error.I can't for the life of me find which bit of experi's code is doing this conversion from
hours:minutes:seconds
toseconds
, so for now I have had to just hack it.The text was updated successfully, but these errors were encountered: