Skip to content

Commit

Permalink
Merge branch 'azamat/crusher/cray-add-hipa0-hzero' into next (PR #5208)
Browse files Browse the repository at this point in the history
Re-merge 3 to next with a new commit:
- Add -em -ef to crayclang for lowercase modulename.mod files
  • Loading branch information
amametjanov committed Sep 30, 2022
2 parents 1778af8 + 328fcdc commit 3c5016e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cime_config/machines/cmake_macros/crayclang_crusher.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ if (COMP_NAME STREQUAL elm)
string(APPEND FFLAGS " -hfp0")
endif()
string(APPEND FFLAGS " -hipa0 -hzero")
string(APPEND FFLAGS " -em -ef")

string(APPEND SLIBS " -L$ENV{PNETCDF_PATH}/lib -lpnetcdf")
set(NETCDF_PATH "$ENV{NETCDF_DIR}")
Expand Down

0 comments on commit 3c5016e

Please sign in to comment.