We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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'
The text was updated successfully, but these errors were encountered:
The latest Slurm (that I can see) seems to have both the generic gres/gpu and the specific gpu type:
gres/gpu
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...)
Sorry, something went wrong.
No branches or pull requests
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'
The text was updated successfully, but these errors were encountered: