[slurm-users] fast way for a node to determine its own state?
Alexis Huxley
alexis.huxley at mpcdf.mpg.de
Wed Mar 21 04:18:14 MDT 2018
I'm running a node health script that needs to know the state of
the node on which it is running. Currently, I'm getting the
state with this:
sinfo -N ... | grep `uname -n`
Depending on the load on the scheduler, this can be slow. Is there
faster way? Perhaps one that doesn't involve communicating with
the scheduler node? Thanks!
Alexis
More information about the slurm-users
mailing list