Quoting Franco Broi <[email protected]>:


Hi

Is there any way in slurm to retrieve the std_out filename from a
running job?

That is in the next release (14.03, March 2014)


I've also noticed that the load average is missing from the node
information in the Perl API, I've modified my own version to get it
working but it would be nice to have it for future releases.

It would be nice is you sent your patch too, but lucky for you Chris Scheller did that today:
https://github.com/SchedMD/slurm/commit/6830d2acb94678acd5b26d465f2f55b8a4fa60e9


What would be the easiest way to add more information about running
nodes to slurm? It would be great to be able to report the CPU and
memory usage for each node.

You mean like CPUAlooc and AllocMem:
$ scontrol show node
NodeName=tux00 Arch=x86_64 CoresPerSocket=1
   CPUAlloc=0 CPUErr=0 CPUTot=1 CPULoad=1.16 Features=(null)
   Gres=(null)
   NodeAddr=jette NodeHostName=jette
   OS=Linux RealMemory=1 AllocMem=0 Sockets=1 Boards=1
...

Thanks,
Franco



Reply via email to