|
1 | 1 | =============================================================== |
2 | 2 |
|
| 3 | +Tag name: cam6_4_072 |
| 4 | +Originator(s): sjsprecious |
| 5 | +Date: 28 February 2025 |
| 6 | +One-line Summary: Fix broken RRTMGP GPU tests |
| 7 | +Github PR URL: https://github.com/ESCOMP/CAM/pull/1260 |
| 8 | + |
| 9 | +Purpose of changes (include the issue number and title text for each relevant GitHub issue): |
| 10 | + |
| 11 | +Fixes #997 - RRTMGP not working with GPUs on derecho |
| 12 | + |
| 13 | +Describe any changes made to build system: N/A |
| 14 | + |
| 15 | +Describe any changes made to the namelist: N/A |
| 16 | + |
| 17 | +List any changes to the defaults for the boundary datasets: N/A |
| 18 | + |
| 19 | +Describe any substantial timing or memory changes: N/A |
| 20 | + |
| 21 | +Code reviewed by: nusbaume |
| 22 | + |
| 23 | +List all files eliminated: N/A |
| 24 | + |
| 25 | +List all files added and what they do: N/A |
| 26 | + |
| 27 | +List all existing files that have been modified, and describe the changes: |
| 28 | + |
| 29 | +M cime_config/testdefs/testmods_dirs/cam/outfrq9s_gpu_default/shell_commands |
| 30 | +M cime_config/testdefs/testmods_dirs/cam/outfrq9s_gpu_pcols760/shell_commands |
| 31 | + - Update Derecho GPU regression test to use RRTMGP. |
| 32 | + |
| 33 | +M src/physics/rrtmgp/radiation.F90 |
| 34 | + - Update OpenACC calls to allow RRTMGP to run on Derecho's GPUs. |
| 35 | + |
| 36 | +If there were any failures reported from running test_driver.sh on any test |
| 37 | +platform, and checkin with these failures has been OK'd by the gatekeeper, |
| 38 | +then copy the lines from the td.*.status files for the failed tests to the |
| 39 | +appropriate machine below. All failed tests must be justified. |
| 40 | + |
| 41 | +derecho/intel/aux_cam: |
| 42 | + |
| 43 | +ERP_Ln9.f09_f09_mg17.FCSD_HCO.derecho_intel.cam-outfrq9s (Overall: FAIL) |
| 44 | +SMS_Ld1.f09_f09_mg17.FCHIST_GC.derecho_intel.cam-outfrq1d (Overall: DIFF) |
| 45 | + - pre-existing failures due to HEMCO not having reproducible results (issues #1018 and #856) |
| 46 | + |
| 47 | +SMS_D_Ln9.f19_f19_mg17.FXHIST.derecho_intel.cam-outfrq9s_amie (Overall: FAIL) |
| 48 | +SMS_D_Ln9_P1280x1.ne0CONUSne30x8_ne0CONUSne30x8_mt12.FCHIST.derecho_intel.cam-outfrq9s (Overall: FAIL) |
| 49 | + - pre-existing failures due to build-namelist error requiring CLM/CTSM external update |
| 50 | + |
| 51 | +derecho/nvhpc/aux_cam: |
| 52 | + |
| 53 | +ERS_Ln9.ne30pg3_ne30pg3_mg17.F2000dev.derecho_nvhpc.cam-outfrq9s_gpu_default (Overall: DIFF) |
| 54 | + - Expected namelist and baseline answer changes due to the addition of RRTMGP. |
| 55 | + |
| 56 | +izumi/nag/aux_cam: ALL PASS |
| 57 | + |
| 58 | +izumi/gnu/aux_cam: ALL PASS |
| 59 | + |
| 60 | +CAM tag used for the baseline comparison tests if different than previous |
| 61 | +tag: |
| 62 | + |
| 63 | +Summarize any changes to answers: b4b |
| 64 | + |
| 65 | +=============================================================== |
| 66 | +=============================================================== |
| 67 | + |
3 | 68 | Tag name: cam6_4_071 |
4 | 69 | Originator(s): mwaxmonsky |
5 | 70 | Date: 26 February 2025 |
|
0 commit comments