-
Notifications
You must be signed in to change notification settings - Fork 149
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
cam6_4_019: New CLUBB External to fix GPU problem #1086
Merged
Katetc
merged 28 commits into
ESCOMP:cam_development
from
Katetc:katetc/new_clubb_061424
Aug 12, 2024
Merged
Changes from 4 commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
bb48a6d
Update externals to match cesm2_3_alpha17f
cacraigucar 1f0df19
put back in MCT since makefile mods would be required
cacraigucar 93aa30e
Increase wall clock times
cacraigucar e91606a
revert times back for regression tests to original times
cacraigucar f816d1e
ChangeLog for cam6_3_161
cacraigucar 4fc504c
remove the casper test suites
sjsprecious e79c4a3
add GPU test suite on Derecho
sjsprecious e779d59
swithc ERP to ERS test as nvhpc seems to have a bug with openmp
sjsprecious 45b8710
Merge remote-tracking branch 'ESCOMP_CAM/cam_development' into gpu_re…
sjsprecious 871336f
Updates for the new external
Katetc 5cc3cf8
Merge remote-tracking branch 'jian/gpu_regression_test' into cam_dere…
cacraigucar dc472da
udpates for supporting GPU testing
cacraigucar dc7dbcd
Merge remote-tracking branch 'refs/remotes/origin/cam_derecho_test' i…
cacraigucar 9cf174c
Updating clubb submodule
Katetc 7c73bc7
Merge branch 'cam_development' into katetc/new_clubb_061424
Katetc 88d8c3a
Update atmos_phys submodule for some reason
Katetc ed9a91c
Add GPU tests on derecho
cacraigucar 55db0bb
Addressing first review comments
Katetc afde46e
A few more review comments
Katetc b4df86b
Bug fixes
Katetc 29e2430
Merge pull request #12 from cacraigucar/cam_derecho_test
Katetc a251e59
Update ChangeLog template to include nvhpc tests on Derecho
Katetc b52730b
Bug fix for runs where CLUBB_SGS is not defined
Katetc efcd22b
Merge up to cam6_4_018
Katetc 2abc5a0
Update to new new new CLUBB external (_gpufix_PosInf) and new CDEPS
Katetc 8e05c34
Update to newest CDEPS tag cdeps1.0.45
Katetc 86ba7de
Update ChangeLog with Derecho test results before machine goes down
Katetc ed684d2
Final updates
Katetc File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
Submodule atmos_phys
updated
13 files
+62 −0 | doc/ChangeLog | |
+176 −1 | doc/NamesNotInDictionary.txt | |
+1 −1 | kessler/kessler_update.meta | |
+17 −0 | suite_tj2016.xml | |
+10 −0 | test/test_sdfs/suite_tj2016_precip.xml | |
+12 −0 | test/test_sdfs/suite_tj2016_sfc_pbl_hs.xml | |
+114 −0 | tj2016/tj2016_precip.F90 | |
+143 −0 | tj2016/tj2016_precip.meta | |
+495 −0 | tj2016/tj2016_sfc_pbl_hs.F90 | |
+287 −0 | tj2016/tj2016_sfc_pbl_hs.meta | |
+1 −1 | utilities/geopotential_temp.meta | |
+1 −1 | zhang_mcfarlane/zm_conv_evap.meta | |
+2 −2 | zhang_mcfarlane/zm_convr.meta |
Oops, something went wrong.
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.
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.
The
ccs_config
tag needs to be updated toccs_config_cesm1.0.0
so that the CLUBB GPU code can be compiled correctly on the GPU.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.
The current head of cam_development points to ccs_config_cesm1.0.0 so when this branch is merged up, the external will be correctly versioned.
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.
Thanks Kate. That is great!