Skip to content
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

Update fms lib to use the version installed with avx #778

Merged
merged 15 commits into from
Aug 30, 2021
Merged
Show file tree
Hide file tree
Changes from 11 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions modulefiles/ufs_hera.gnu
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ module load hpc-mpich/3.3.2

module load ufs_common

module unload fms
module load fms/2021.03-avx

setenv CC mpicc
setenv CXX mpicxx
setenv FC mpif90
Expand Down
3 changes: 3 additions & 0 deletions modulefiles/ufs_hera.intel
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ module load hpc-impi/2018.0.4

module load ufs_common

module unload fms
module load fms/2021.03-avx

setenv CC mpiicc
setenv CXX mpiicpc
setenv FC mpiifort
Expand Down
222 changes: 111 additions & 111 deletions tests/RegressionTests_hera.gnu.log

Large diffs are not rendered by default.

704 changes: 352 additions & 352 deletions tests/RegressionTests_hera.intel.log

Large diffs are not rendered by default.

1,660 changes: 830 additions & 830 deletions tests/RegressionTests_jet.intel.log

Large diffs are not rendered by default.

692 changes: 346 additions & 346 deletions tests/RegressionTests_orion.intel.log

Large diffs are not rendered by default.

400 changes: 200 additions & 200 deletions tests/RegressionTests_wcoss_cray.log

Large diffs are not rendered by default.

708 changes: 354 additions & 354 deletions tests/RegressionTests_wcoss_dell_p3.log

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion tests/rt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ if [[ $TESTS_FILE =~ '35d' ]]; then
TEST_35D=true
fi

BL_DATE=20210825
BL_DATE=20210830
if [[ $MACHINE_ID = hera.* ]] || [[ $MACHINE_ID = orion.* ]] || [[ $MACHINE_ID = cheyenne.* ]] || [[ $MACHINE_ID = gaea.* ]] || [[ $MACHINE_ID = jet.* ]]; then
RTPWD=${RTPWD:-$DISKNM/NEMSfv3gfs/develop-${BL_DATE}/${RT_COMPILER^^}}
else
Expand Down