Hi;
You can look the slurm code for information.
https://github.com/SchedMD/slurm/blob/master/src/common/slurm_protocol_defs.c#L3838
The "ALLOCATED + DRAIN" and "MIX + DRAIN" are same. Others are
different. Also There are some other flags which can change status keywords.
Regards;
Ahmet M.
On 26.06.2022 15:39, z1...@arcor.de wrote:
Hello,
if I call "sinfo -o %all", the worker state includes only a single state
word like "DRNG".
It is clearer in the slurm database:
ALLOCATED + DRAIN = DRNG, compared to the db entry.
Where can I get a list of what all the sinfo state names mean compared
to the database?
MIX + DRAIN = ?
IDLE + DRAIN = ?
...
Regards,
Mike