Skip to content

Commit

Permalink
uses Fortran linker to support compiler dependent intrinsic functions
Browse files Browse the repository at this point in the history
  • Loading branch information
grnydawn committed Apr 24, 2024
1 parent 56f7f6c commit 2ccabdf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cime_config/machines/cmake_macros/crayclang_frontier.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,6 @@ string(APPEND CMAKE_Fortran_FLAGS " -hipa0 -hzero")
# -em -ef generates modulename.mod (lowercase files) to support
# Scorpio installs
string(APPEND CMAKE_Fortran_FLAGS " -em -ef")

# to support Fortran specific compiler intrinsic functions
set(E3SM_LINK_WITH_FORTRAN "TRUE")

0 comments on commit 2ccabdf

Please sign in to comment.