@BoPeng The issue is that the wall time format accepted by a cluster system we use is hh:mm. However sos uses the hh:mm:ss format. Currently, we have to hard code the wall time to make it work. How would you suggest we programmatically reformat the walltime values to stripping off the seconds part in the yml file?
@BoPeng The issue is that the wall time format accepted by a cluster system we use is
hh:mm
. However sos uses thehh:mm:ss
format. Currently, we have to hard code the wall time to make it work. How would you suggest we programmatically reformat the walltime values to stripping off the seconds part in the yml file?