Replies: 1 comment
-
Same here, created a new issue #317, lets continue there. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I used the collection to load all nodes, and then I print out the state of all of them. They are all either IDLE, ALLOCATED, or some form of DOWN/DRAIN...but no MIXED. Inspecting particular nodes that I know are mixed (via scontrol show node) shows that if a node is MIXED (so even 1 cpu in use, out of 48), then it will appear as ALLOCATED via pyslurm.
I think we can work around this by comparing total cpus and allocated cpus. But I'm just wondering if this simplification is intentional or if I'm missing something.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions