-
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
Update modules for Cori after maintenance AND add intel18 option for Cori and Edison #1710
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…ue making the machine settings more consistent.
…ted. Update craype, cray-mpich, pmi for cori-knl and cori-haswell. With cori-knl there are some apparent module bugs that I am working around to allow for the intel18 option.
ndkeen
added a commit
that referenced
this pull request
Aug 11, 2017
) Update modules for Cori after maintenance AND add intel18 option for Cori and Edison. After Cori's Aug 2017 maintenance, some modules needed to be updated. Module versions of edison, cori-haswell, and cori-knl are now more consistent. Added compiler option to all 3 NERSC machines to try the Intel 18 version.
I got the following errors when running on cori-knl.
The pmi module has upgraded to 5.0.12.
shan
========
cori04 ACME_simulations/FC5AV1C-H01A.ne30_ne30.dmapp% ./case.setup
ERROR: module command /opt/modules/default/bin/modulecmd python load
pmi/5.0.10-1.0000.11069.183.8.ari failed with message:
pmi(3):ERROR:105: Unable to locate a modulefile for
'pmi/5.0.10-1.0000.11069.183.8.ari'
cori04 ACME_simulations/FC5AV1C-H01A.ne30_ne30.dmapp%
========
…On Fri, Aug 11, 2017 at 8:20 AM, noel ***@***.***> wrote:
After Cori's Aug 2017 maintenance, some modules needed to be updated.
Module versions of edison, cori-haswell, and cori-knl are now more
consistent.
Added compiler option to all 3 NERSC machines to try the Intel 18 version.
------------------------------
You can view, comment on, or merge this pull request online at:
#1710
Commit Summary
- For all NERSC mmachines, add a `--compiler=intel18` option and
continue making
- After Cori maintenance in August 2017, some modules needed to be
updated.
File Changes
- *M* cime/config/acme/machines/config_compilers.xml
<https://github.com/ACME-Climate/ACME/pull/1710/files#diff-0> (61)
- *M* cime/config/acme/machines/config_machines.xml
<https://github.com/ACME-Climate/ACME/pull/1710/files#diff-1> (537)
Patch Links:
- https://github.com/ACME-Climate/ACME/pull/1710.patch
- https://github.com/ACME-Climate/ACME/pull/1710.diff
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#1710>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AIZC89P7WxqeHkr2bJe-V8lB2CIL7y4Jks5sXHFEgaJpZM4O0yus>
.
|
Yes, that's right. Without these changes that I'm trying to push thru, you will get that error. Try with next (or my branch). |
This was referenced Aug 16, 2017
jgfouca
pushed a commit
that referenced
this pull request
Oct 25, 2017
…1710) Update modules for Cori after maintenance AND add intel18 option for Cori and Edison
jgfouca
pushed a commit
that referenced
this pull request
Oct 25, 2017
Add support for arbitrary prerequisites to case.submit This PR implements the --prereq option for case.submit, and also has some minor fixes of env_batch.py for some machines Test suite: scripts_regression_tests Test baseline: Test namelist changes: Test status: ok (tenatively; passes the ones I'd expect to fail) Fixes #1710 User interface changes?: N Update gh-pages html (Y/N)?: N Code review: @jgfouca @jedwards4b
jgfouca
pushed a commit
that referenced
this pull request
Feb 27, 2018
…1710) Update modules for Cori after maintenance AND add intel18 option for Cori and Edison
jgfouca
pushed a commit
that referenced
this pull request
Mar 14, 2018
…1710) Update modules for Cori after maintenance AND add intel18 option for Cori and Edison
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
After Cori's Aug 2017 maintenance, some modules needed to be updated. Module versions of edison, cori-haswell, and cori-knl are now more consistent.
Added compiler option to all 3 NERSC machines to try the Intel 18 version.