forked from ESMCI/ccs_config_cesm
-
Notifications
You must be signed in to change notification settings - Fork 4
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
major update to ccs config for machines #39
Merged
mvertens
merged 147 commits into
NorESMhub:noresm
from
mvertens:feature/major_update_to_ccs_config
May 12, 2024
Merged
major update to ccs config for machines #39
mvertens
merged 147 commits into
NorESMhub:noresm
from
mvertens:feature/major_update_to_ccs_config
May 12, 2024
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
Update Depend files for RRTMGP GPU code modified: Depends.nvhpc modified: Depends.nvhpc-gpu modified: config_machines.xml
modified: config_machines.xml
Use nvhpc/22.11, cray-mpich/8.1.21, and esmf/8.4.1.b02 modified: machines/cmake_macros/gust.cmake modified: machines/config_machines.xml
…_config_cesm/compare/52c06b3..fbc05d6 Update settings on Gust and Casper modified: Depends.nvhpc deleted: Depends.nvhpc-gpu deleted: cmake_macros/nvhpc-gpu.cmake deleted: cmake_macros/nvhpc-gpu_casper.cmake modified: cmake_macros/nvhpc.cmake modified: cmake_macros/nvhpc_casper.cmake deleted: cmake_macros/pgi-gpu.cmake deleted: cmake_macros/pgi-gpu_casper.cmake modified: config_batch.xml modified: config_machines.xml deleted: mpi_run_gpu.casper
…asper and Gust modified: machines/config_machines.xml
modified: config_batch.xml
modified: machines/config_machines.xml
modified: machines/config_machines.xml
modified: machines/config_machines.xml
modified: machines/config_batch.xml
load cuda module on Gust for a GPU run deleted: cmake_macros/nvhpc_gust.cmake modified: config_machines.xml
modified: machines/config_machines.xml
modified: config_batch.xml
This reverts commit 3f1301f. modified: machines/config_machines.xml
modified: config_machines.xml
Fix a typo for PUMAS in the Depends.intel modified: Depends.intel modified: Depends.nvhpc modified: Depends.nvhpc-gpu
modified: machines/config_batch.xml modified: machines/config_machines.xml
modified: config_machines.xml
modified: machines/config_machines.xml
update esmf lib for pleiades
remove _CLM from not_compset for ne16 grid
…ings Update the GPU settings on Derecho
add polarcap grid, fix mpasa15-3 naming issues
Adding glc supporting grid aliases for CESM3
…larcap Revert "add polarcap grid, fix mpasa15-3 naming issues"
redo polarcap/mpas grid fix PR
Add missing </model_grid> to modelgrid_aliases_nuopc.xml
update python version on izumi
fix build using nvhpc on derecho
gold2718
approved these changes
May 10, 2024
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 now, thanks!
mvdebolskiy
approved these changes
May 12, 2024
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.
This PR updates the noresm ccs_config to have updates from ccs_config_cesm and will permit easier collaboration with NCAR/CESM on a variety of projects.
I have verified that this builds and runs successfully on betzy for
a case using
--compset 1850_DATM%NYF_SLND_CICE_BLOM%ECO_DROF%NYF_SGLC_SWAV --res T62_tn14
Resolves #38