Entering edit mode
13 months ago
g744695539
•
0
there are no running tasks according to the squeue command, and when check with top, don't see anyone running tasks either. However, the nodes are in the "alloc" state, and when check with sacct, there are many tasks in either the "RUNNING" or "PENDING" state. Where is the problem?
Top does not show running jobs on nodes. You need
pestat
. Please see slurm docs or talk to your cluster admin for guidance.