Hi all,
We run a few Slurm clusters here, all using SlurmDBD to store job history info.
I also utilize Open XDMoD (http://open.xdmod.org/) to run statistics on the
jobs. However, it seems that XDMoD does not provide node utilization
statistics, unless my XDMoD isn’t configured somehow to do tha
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,
Typo on my part. Yes, it is SIGSTOP, which cannot be caught..
Maybe you could, "pre-signal" any running job with SIGUSR1 before
sending the suspend command. At least, if you are manually suspending
the job(s). That could be caught and acted upon before the SIGSTOP was
received.
Brian
On 1