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

Generic slurm configuration #119

Merged
1 commit merged into from
Sep 21, 2021
Merged

Conversation

WPringle
Copy link
Contributor

Information on default account name and partition (and other information) for slurm job execution was located in the platforms.py.

That is fine but the account in configure_slurm.json was being ignored if we wish to overwrite whatever is in platforms.py.

I set up a generic slurm platform and then enabled the account and partition to be read in from the configure_slurm.json correctly.

We could also utilize the parallel pool to get the number of processors per core information automatically too.

@ghost ghost merged commit 1aff369 into noaa-ocs-modeling:main Sep 21, 2021
This pull request was closed.
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

Successfully merging this pull request may close these issues.

values in configure_slurm.json are overridden by platform defaults when generating configuation
1 participant