unimportant problem with batch configuration
Posted: Tue Aug 16, 2016 2:10 pm
Hello,
A small bug (or feature ??) for slurm batch configuration (CS V4.3.0). CS throw an error when trying to use a slurm partition that is time unlimited :
I guess that it is never the case for big EDF clusters, but for small configuration such the one we use, it is the case.
Regards,
A small bug (or feature ??) for slurm batch configuration (CS V4.3.0). CS throw an error when trying to use a slurm partition that is time unlimited :
Code: Select all
File "/home/applis/code_saturne/4.3.0/lib/python2.7/site-packages/code_saturne/cs_batch.py", line 65, in parse_wall_time_slurm
t = th + int(wt[0])*60
ValueError: invalid literal for int() with base 10: 'UNLIMITED\n
Regards,