-
Notifications
You must be signed in to change notification settings - Fork 383
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 mpas source framework for inc files #3367
Conversation
Passed:
Also test compiled stand-alone MPAS with all cores, with gnu and intel on LANL IC. |
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 don't think there are any implications for the build system.
@jonbob this is ready to merge when the repo is open. |
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.
Looks good from a visual inspection
Update mpas source framework for inc files This PR brings in a new mpas-source submodule with a minor MPAS framework update. It does not alter E3SM execution. It creates two new autogenerated config files on compile so that, in the future, each core may create a core_config module and include all the config flags at once, rather than declare each variable individually. [BFB]
Merged to next |
Update mpas source framework for inc files This PR brings in a new mpas-source submodule with a minor MPAS framework update. It does not alter E3SM execution. It creates two new autogenerated config files on compile so that, in the future, each core may create a core_config module and include all the config flags at once, rather than declare each variable individually. [BFB]
Merged to master |
This is a minor MPAS framework update. It does not alter E3SM execution. It creates two new autogenerated config files on compile so that, in the future, each core may create a
core_config
module and include all the config flags at once, rather than declare each variable individually.[BFB]