On Tue, 2013-11-26 at 15:09 -0800, Moe Jette wrote: > 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)
Excellent but can't wait until March. I assume there's a pre-release version I can grab? > > > > 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 Great. > > > > 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 No, I was thinking of the total cpu and memory utilisation percentage, a bit like the information you can get from Ganglia but without having to run extra daemons. > ... > > > Thanks, > > Franco > > > > >
