-
Notifications
You must be signed in to change notification settings - Fork 274
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 PSMN configuration to keep up with cluster changes #788
base: master
Are you sure you want to change the base?
Conversation
conf/psmn.config
Outdated
resourceLimits = [ | ||
memory: 370.GB, | ||
cpus: 32, | ||
time: 96.h | ||
] |
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.
Was this removal intended? Seems like you'd want to keep resourceLimits
around.
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.
Using clusterOptions
to select partition is not wrong, but one could consider queue
instead to manage those needing to override clusterOptions
.
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.
Oops, I missed that - yes the resource limits definitely should be included!
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.
Thank you for the comment, so I can replace :
clusterOptions = "--partition=E5,Lake"
by :
queue = "E5,Lake"
with slurm ?
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.
Yes.
Hello, I applied all the recommended modifications, please tell me if there is anything else I should modify. Best, |
You're good to merge @l-modolo ! |
name: psmn
about: update PSMN configuration to keep up with cluster changes