We don’t allow array jobs (we have our own tools for packing small jobs into
bigger ones), so I can’t look at this myself, but what does ‘scontrol show job
’ show for this job? If you can find the ‘4’ in this job as some named
parameter, you ought to be able to do an ‘scontrol update job
ThatP
Hi Michael,
I also got curious where the conversion is done, so I looked into the code.
Scontrol gets dates like submit time in unix time from slurmctld, then
converts it to local time on the machine where the command scontrol show
job is executed.
This is seen in the code. Slurmctld uses unix t
On 24/02/18 05:51, Michael Di Domenico wrote:
some of those variables are spit out as dates. since the dates do
not include a timezone field how should that date field be assumed
to work? from the value i conclude that it's my localtime, but is
the date being stored as UTC and converted using