Brian Andrus writes:
> When running a report to try and get jobs that start during a particular
> day, sacct is returning a number of jobs that show as starting/ending
> outside the range.
> What could cause this?
sacct selects jobs that were eligible to run (including actually
running) between
Hi;
Starttime and Endtime are for any states include PENDING. If you want to
restrict only working jobs between start and end time, you should give
which states you want using -s parameter.
Ahmet M.
16.10.2019 20:31 tarihinde Brian Andrus yazdı:
All,
When running a report to try and get j
All,
When running a report to try and get jobs that start during a particular
day, sacct is returning a number of jobs that show as starting/ending
outside the range.
What could cause this?
sacct --allocations --starttime=2019-09-30T23:50:00
--endtime=2019-09-30T23:59:59 --format=JobID,start,end,