Skip to content

Commit

Permalink
Add 3-moment option for NSSL cloud microphysics (#1924)
Browse files Browse the repository at this point in the history
* Add -mcmodel=medium for builds targeting multiple cores (prevents link failure on jet)

* Updated FV3/ccpp/physics (NSSL MP)
  • Loading branch information
MicroTed authored Nov 6, 2023
1 parent 971cfc5 commit 4513c26
Show file tree
Hide file tree
Showing 10 changed files with 5,852 additions and 5,800 deletions.
2 changes: 1 addition & 1 deletion FV3
1 change: 1 addition & 0 deletions cmake/Intel.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ else()
elseif(SIMDMULTIARCH)
set(CMAKE_Fortran_FLAGS_RELEASE "${CMAKE_Fortran_FLAGS_RELEASE} -axSSE4.2,CORE-AVX2")
set(CMAKE_C_FLAGS_RELEASE "${CMAKE_C_FLAGS_RELEASE} -axSSE4.2,CORE-AVX2")
set(CMAKE_Fortran_FLAGS "${CMAKE_Fortran_FLAGS} -mcmodel=medium")
elseif(AVX)
set(CMAKE_Fortran_FLAGS_RELEASE "${CMAKE_Fortran_FLAGS_RELEASE} -march=core-avx-i")
set(CMAKE_C_FLAGS_RELEASE "${CMAKE_C_FLAGS_RELEASE} -march=core-avx-i")
Expand Down
2 changes: 1 addition & 1 deletion tests/bl_date.conf
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export BL_DATE=20231024
export BL_DATE=20231102
1,670 changes: 859 additions & 811 deletions tests/logs/RegressionTests_acorn.log

Large diffs are not rendered by default.

1,516 changes: 758 additions & 758 deletions tests/logs/RegressionTests_gaea.log

Large diffs are not rendered by default.

2,084 changes: 1,042 additions & 1,042 deletions tests/logs/RegressionTests_hera.log

Large diffs are not rendered by default.

1,995 changes: 997 additions & 998 deletions tests/logs/RegressionTests_hercules.log

Large diffs are not rendered by default.

1,352 changes: 676 additions & 676 deletions tests/logs/RegressionTests_jet.log

Large diffs are not rendered by default.

1,674 changes: 839 additions & 835 deletions tests/logs/RegressionTests_orion.log

Large diffs are not rendered by default.

1,356 changes: 678 additions & 678 deletions tests/logs/RegressionTests_wcoss2.log

Large diffs are not rendered by default.

0 comments on commit 4513c26

Please sign in to comment.