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

Does qos configuration works on a AWS Pcluster? #6621

Closed
enlznep opened this issue Dec 12, 2024 · 0 comments
Closed

Does qos configuration works on a AWS Pcluster? #6621

enlznep opened this issue Dec 12, 2024 · 0 comments

Comments

@enlznep
Copy link

enlznep commented Dec 12, 2024

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.

@enlznep enlznep closed this as completed Dec 12, 2024
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