Skip to content

Commit

Permalink
Enable pdlib tests on more platforms (#1967)
Browse files Browse the repository at this point in the history
* enable pdlib tests on more platforms

* fix bug and use scotch 7.0.4
  • Loading branch information
JessicaMeixner-NOAA authored Nov 22, 2023
1 parent 6a874d1 commit f431fbe
Show file tree
Hide file tree
Showing 9 changed files with 7,930 additions and 5,846 deletions.
2 changes: 1 addition & 1 deletion modulefiles/ufs_wcoss2.intel.lua
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ for i = 1, #ufs_modules do
end

prepend_path("MODULEPATH", "/apps/prod/lmodules/INTEL_cray_mpich/19.1.3.304/cray-mpich/8.1.9")
scotch_ver=os.getenv("scotch_ver") or "7.0.3"
scotch_ver=os.getenv("scotch_ver") or "7.0.4"
load(pathJoin("scotch",scotch_ver))

setenv("CC", "cc")
Expand Down
2,068 changes: 1,244 additions & 824 deletions tests/logs/RegressionTests_acorn.log

Large diffs are not rendered by default.

2,545 changes: 1,543 additions & 1,002 deletions tests/logs/RegressionTests_gaea.log

Large diffs are not rendered by default.

1,602 changes: 801 additions & 801 deletions tests/logs/RegressionTests_hera.log

Large diffs are not rendered by default.

2,977 changes: 1,759 additions & 1,218 deletions tests/logs/RegressionTests_hercules.log

Large diffs are not rendered by default.

2,044 changes: 1,261 additions & 783 deletions tests/logs/RegressionTests_jet.log

Large diffs are not rendered by default.

1,526 changes: 815 additions & 711 deletions tests/logs/RegressionTests_orion.log

Large diffs are not rendered by default.

986 changes: 493 additions & 493 deletions tests/logs/RegressionTests_wcoss2.log

Large diffs are not rendered by default.

26 changes: 13 additions & 13 deletions tests/rt.conf
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@ COMPILE | s2swa_32bit | intel | -DAPP=S2SWA -D32BIT=ON -DCCPP_SUITES=FV3_GFS_v1
RUN | cpld_control_p8_mixedmode | - noaacloud | baseline |

#GFS
COMPILE | s2swa_32bit_pdlib | intel | -DAPP=S2SWA -D32BIT=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8_ugwpv1 -DPDLIB=ON | + hera orion cheyenne wcoss2 acorn | fv3 |
RUN | cpld_control_gfsv17 | + hera orion cheyenne wcoss2 acorn | baseline |
RUN | cpld_control_gfsv17_iau | + hera orion cheyenne wcoss2 acorn | baseline | cpld_control_gfsv17
RUN | cpld_restart_gfsv17 | + hera orion cheyenne wcoss2 acorn | | cpld_control_gfsv17
RUN | cpld_mpi_gfsv17 | + hera orion cheyenne wcoss2 acorn | |
COMPILE | s2swa_32bit_pdlib | intel | -DAPP=S2SWA -D32BIT=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8_ugwpv1 -DPDLIB=ON | - noaacloud | fv3 |
RUN | cpld_control_gfsv17 | - noaacloud | baseline |
RUN | cpld_control_gfsv17_iau | - noaacloud | baseline | cpld_control_gfsv17
RUN | cpld_restart_gfsv17 | - noaacloud | | cpld_control_gfsv17
RUN | cpld_mpi_gfsv17 | - noaacloud | |

COMPILE | s2swa_32bit_pdlib_debug | intel | -DAPP=S2SWA -D32BIT=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8_ugwpv1 -DPDLIB=ON -DDEBUG=ON | + hera orion cheyenne wcoss2 acorn | fv3 |
RUN | cpld_debug_gfsv17 | + hera orion cheyenne wcoss2 acorn | baseline |
COMPILE | s2swa_32bit_pdlib_debug | intel | -DAPP=S2SWA -D32BIT=ON -DCCPP_SUITES=FV3_GFS_v17_coupled_p8_ugwpv1 -DPDLIB=ON -DDEBUG=ON | - noaacloud | fv3 |
RUN | cpld_debug_gfsv17 | - noaacloud | baseline |

COMPILE | s2swa | intel | -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 | | fv3 |
RUN | cpld_control_p8 | - noaacloud | baseline |
Expand Down Expand Up @@ -72,13 +72,13 @@ COMPILE | s2swa_faster | intel | -DAPP=S2SWA -DCCPP_SUITES=FV3_GFS_v17_coupled_p
RUN | cpld_control_p8_faster | - cheyenne noaacloud | baseline |

# Unstructured WW3 mesh
COMPILE | s2sw_pdlib | intel | -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DPDLIB=ON | + hera orion cheyenne wcoss2 | fv3 |
RUN | cpld_control_pdlib_p8 | + hera orion cheyenne wcoss2 | baseline |
RUN | cpld_restart_pdlib_p8 | + hera orion cheyenne wcoss2 | | cpld_control_pdlib_p8
RUN | cpld_mpi_pdlib_p8 | + hera orion cheyenne wcoss2 | | cpld_control_pdlib_p8
COMPILE | s2sw_pdlib | intel | -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DPDLIB=ON | - noaacloud | fv3 |
RUN | cpld_control_pdlib_p8 | - noaacloud | baseline |
RUN | cpld_restart_pdlib_p8 | - noaacloud | | cpld_control_pdlib_p8
RUN | cpld_mpi_pdlib_p8 | - noaacloud | | cpld_control_pdlib_p8

COMPILE | s2sw_pdlib_debug | intel | -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DPDLIB=ON -DDEBUG=ON | + hera orion cheyenne wcoss2 | fv3 |
RUN | cpld_debug_pdlib_p8 | + hera orion cheyenne wcoss2 | baseline |
COMPILE | s2sw_pdlib_debug | intel | -DAPP=S2SW -DCCPP_SUITES=FV3_GFS_v17_coupled_p8 -DPDLIB=ON -DDEBUG=ON | - noaacloud | fv3 |
RUN | cpld_debug_pdlib_p8 | - noaacloud | baseline |

### ATM tests ###
COMPILE | atm_dyn32 | intel | -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v16_flake,FV3_GFS_v17_p8,FV3_GFS_v17_p8_rrtmgp,FV3_GFS_v15_thompson_mynn_lam3km,FV3_WoFS_v0,FV3_GFS_v17_p8_mynn,FV3_GFS_v17_p8_ugwpv1 -D32BIT=ON | | fv3 |
Expand Down

0 comments on commit f431fbe

Please sign in to comment.