Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sqstat logic inconsistent #21

Open
dsajdak opened this issue Jul 28, 2023 · 0 comments
Open

sqstat logic inconsistent #21

dsajdak opened this issue Jul 28, 2023 · 0 comments

Comments

@dsajdak
Copy link
Contributor

dsajdak commented Jul 28, 2023

When calculating what is currently in use, sqstat is incorrectly listing the number of running jobs and total number of jobs. However, the current core usage and current node usage numbers are correct. Example:

Partition   : Summary of current jobs
======================================================
part1       :    1 jobs (    0 running ,    1 queued )

Partition   : Summary of current core usage
===============================================================
part1      :   56 cores (   29 in use,   27 idle,    0 other )

Partition   : Summary of current node usage
===================================================
part1      :    1 nodes (    1 in use,    0 idle/down )

Slurm reports:

$ squeue -M faculty -p part1
CLUSTER: faculty
             JOBID PARTITION     NAME     USER ST       TIME  NODES NODELIST(REASON)
          13959167     part1 Analysis      user1  PD       0:00      1 (Resources)
          13948810     part1 EMMA mod  user2  R 3-01:49:43      1 cpn-m24-13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant