Skip to content

Commit

Permalink
Merge pull request #116 from grantfirl/ufs-dev-PR110
Browse files Browse the repository at this point in the history
UFS-dev PR#110
  • Loading branch information
grantfirl authored Feb 7, 2024
2 parents 7c294c1 + ee0f618 commit 1065763
Show file tree
Hide file tree
Showing 6 changed files with 1,746 additions and 1,746 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
2 changes: 1 addition & 1 deletion tests/bl_date.ncar.conf
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export BL_DATE=20240205
export BL_DATE=20240207

Loading

0 comments on commit 1065763

Please sign in to comment.