|
| 1 | +=============================================================== |
| 2 | + |
| 3 | +Tag name: cam6_4_155 |
| 4 | +Originator(s): cacraig, jimmielin |
| 5 | +Date: Feb 24, 2026 |
| 6 | +One-line Summary: Fixes to CAM for the ifx compiler |
| 7 | +Github PR URL: https://github.com/ESCOMP/CAM/pull/1490 |
| 8 | + |
| 9 | +Purpose of changes (include the issue number and title text for each relevant GitHub issue): |
| 10 | +- Closes #1484 Changing to the ifx compiler - prealpha tests are failing |
| 11 | + |
| 12 | +Describe any changes made to build system: N/A |
| 13 | + |
| 14 | +Describe any changes made to the namelist: N/A |
| 15 | + |
| 16 | +List any changes to the defaults for the boundary datasets: N/A |
| 17 | + |
| 18 | +Describe any substantial timing or memory changes: N/A |
| 19 | + |
| 20 | +Code reviewed by: cacraig, jimmielin, fvitt (reviewed edyn_mpi.F90 changes via email) |
| 21 | + |
| 22 | +List all files eliminated: N/A |
| 23 | + |
| 24 | +List all files added and what they do: N/A |
| 25 | + |
| 26 | +List all existing files that have been modified, and describe the changes: |
| 27 | +M src/dynamics/se/dyn_comp.F90 |
| 28 | +M src/physics/rrtmgp/rrtmgp_inputs_cam.F90 |
| 29 | + - short-circuiting is not permitted in Fortran standard leading to comparisons against NaN |
| 30 | + - resolves #1484 (FHISTC_LTso, rrtmgp regression test failures) |
| 31 | + |
| 32 | +M src/ionosphere/waccmx/edyn_mpi.F90 |
| 33 | + - ifx enforces maximum MPI tag size |
| 34 | + - resolves #1484 (WACCM-X regression test failure) |
| 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 | + ERI_D_Ln18.ne16pg3_ne16pg3_mt232.FHIST_C4.derecho_intel.cam-outfrq3s_eri (Overall: FAIL) details: |
| 43 | + - pre-existing failure |
| 44 | + ERI bug in CICE -- See: https://github.com/ESCOMP/CESM_CICE/issues/34 |
| 45 | + |
| 46 | +derecho/nvhpc/aux_cam: |
| 47 | + |
| 48 | +izumi/nag/aux_cam: All PASS |
| 49 | + |
| 50 | +izumi/gnu/aux_cam: All PASS |
| 51 | + |
| 52 | +=============================================================== |
| 53 | + |
1 | 54 | Tag name: cam6_4_154 |
2 | 55 | Originator(s): pel, cacraig |
3 | 56 | Date: Feb 24, 2026 |
|
0 commit comments