-
Notifications
You must be signed in to change notification settings - Fork 0
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
update slurm.conf #134
update slurm.conf #134
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Double check that the keys don't already exist such as the ones I pointed out.
Also link to the Github issues. I think I have it as one or more issues that this PR is trying to address.
@@ -35,20 +36,49 @@ SelectTypeParameters=CR_Core | |||
AccountingStorageHost={{ bastion[0] }} | |||
AccountingStorageType=accounting_storage/slurmdbd | |||
TaskPlugin=task/affinity,task/cgroup | |||
AccountingStorageTRES=gres/gpu,gres/gpu:A100 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This one is at the bottom of this file please edit it there or double check.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@steven-basart
I just checked slurm.conf
in prod and this is where it is located.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm saying this file has these variables already defined below. Please see comment marked
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If you wish to move them here to be consistent with prod that's fine but we can't doubly define the variables.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@steven-basart
Ok. I see it now.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please fix
@@ -35,20 +36,49 @@ SelectTypeParameters=CR_Core | |||
AccountingStorageHost={{ bastion[0] }} | |||
AccountingStorageType=accounting_storage/slurmdbd | |||
TaskPlugin=task/affinity,task/cgroup | |||
AccountingStorageTRES=gres/gpu,gres/gpu:A100 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm saying this file has these variables already defined below. Please see comment marked
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
f626f26
to
16f3008
Compare
Add slurm config from prod to source.
Deployed a cpu dev cluster with the updated template.