-
Notifications
You must be signed in to change notification settings - Fork 376
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
fix incorrect settings for --npernode on skybridge #1708
Conversation
there's something wrong with this branch - it shows changes related to Albany which I'm sure I didn't make. let me try to fix... |
b2c33cb
to
45a134a
Compare
This also has changes to sbetr which are wrong. You probably didn't start the branch with an updated master that also had the submodules updated. |
--npernode was set to the number of cores per node, independent of the number of threads used, resulting in oversubscribed nodes. Updated skybridge environment now rejects these jobs (and we shouldn't run this way anyway). Also: remove duplicate sbatch setting (so this is only set in one place) added support for SNL machine 'ghost' (Intel Broadwell cluster) removed support for decommissioned redsky [BFB]
45a134a
to
7011c78
Compare
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.
Gotta remove the sbetr changes.
removing this, will try again with a different branch. |
Remove cesm refs from cime driver Remove more CESM refs from the CIME mct driver. Rename cesm_driver.F90 to cime_driver.F90 and cesm_comp_mod.F90 to cime_comp_mod.F90 Rename 2 functions inside cime_comp_mod.F90 Change the text in the logheader printout to identify as CIME and use cime_model for the specific model. Test suite: scripts_regression_tests.py Test baseline: none Test namelist changes: none Test status: BFB Fixes ESMCI/cime#1643 User interface changes?: N Update gh-pages html (Y/N)?: N Code review: @jedwards4b
Remove cesm refs from cime driver Remove more CESM refs from the CIME mct driver. Rename cesm_driver.F90 to cime_driver.F90 and cesm_comp_mod.F90 to cime_comp_mod.F90 Rename 2 functions inside cime_comp_mod.F90 Change the text in the logheader printout to identify as CIME and use cime_model for the specific model. Test suite: scripts_regression_tests.py Test baseline: none Test namelist changes: none Test status: BFB Fixes ESMCI/cime#1643 User interface changes?: N Update gh-pages html (Y/N)?: N Code review: @jedwards4b
--npernode was set to the number of cores per node, independent of
the number of threads used, resulting in oversubscribed nodes.
Updated skybridge environment now rejects these jobs (and we shouldn't run
this way anyway).
Also:
remove duplicate sbatch setting (so this is only set in one place)
added support for Intel Broadwell machine 'ghost'
removed support for decomissioned redsky
[BFB]