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
qos
We have a pcluster with a QOS configuration.
Name Priority MaxTRESPU ---------- ---------- -------------------------------------------------- normal 0 cpu1 1 cpu=2,mem=10G cpu2 2 cpu=2,mem=10G gpu1 3 cpu=8,mem=500G
scontrol show partitions PartitionName=cpu1 AllowGroups=ALL AllowAccounts=ALL AllowQos=cpu1 AllocNodes=ALL Default=YES QoS=cpu1 ... PartitionName=cpu2 AllowGroups=ALL AllowAccounts=ALL AllowQos=cpu2 AllocNodes=ALL Default=NO QoS=cpu2 ... PartitionName=gpu1 AllowGroups=ALL AllowAccounts=ALL AllowQos=gpu1 AllocNodes=ALL Default=NO QoS=gpu1 ...
40 cpu2 interactive - R 0:06 1 11 120G cpu2-dy-i-2 <---- QOS limit for this is only 10GB 32 gpu1 interactive - R 26:57 1 11 110G gpu1-dy-i-1 39 cpu1 interactive - R 18:52 1 11 50G cpu1-dy-i-1
Is there a missing configuration? Our baremetal cluster works well with this.
EDIT: It seems like it's a SLURM missing configuration and not related to AWS Pcluster. I will close this issue.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
We have a pcluster with a QOS configuration.
Is there a missing configuration?
Our baremetal cluster works well with this.
EDIT: It seems like it's a SLURM missing configuration and not related to AWS Pcluster. I will close this issue.
The text was updated successfully, but these errors were encountered: