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

Wrong extraction of the number of GPUs from GRES #12

Open
tengwenxuan opened this issue Aug 15, 2022 · 1 comment
Open

Wrong extraction of the number of GPUs from GRES #12

tengwenxuan opened this issue Aug 15, 2022 · 1 comment

Comments

@tengwenxuan
Copy link

The code (https://github.com/NordicHPC/slurm2sql/blob/master/slurm2sql.py#L248) only considers GRES w/o gpu type such as 'gpu:4' while GRES can have gpu type e.g. 'gpu:v100:4'

@rkdarst
Copy link
Member

rkdarst commented Aug 4, 2024

The latest Slurm (that I can see) seems to have both the generic gres/gpu and the specific gpu type:

gres/gpu:a100=1,gres/gpu=1

In your latest Slurm, is this still an issue? (A lot more has happened in two years. I'm working to see what else needs updating...)

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

2 participants