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
Issue: Even when a user has only requested 1 cpu or 1 gpu and more resources are available, other users can't apply to the same node.
Reproduce: In tuxiv.conf:
job: name: test general: - nodes=1 - ntasks=1 - cpus-per-task=1 - gres=gpu:1
Expected behavior: Node 1 has 39 CPUs and 7 GPUs available, and other users can use the rest of resources
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Issue:
Even when a user has only requested 1 cpu or 1 gpu and more resources are available, other users can't apply to the same node.
Reproduce:
In tuxiv.conf:
Expected behavior:
Node 1 has 39 CPUs and 7 GPUs available, and other users can use the rest of resources
The text was updated successfully, but these errors were encountered: