Skip to content

Commit

Permalink
CMake Change
Browse files Browse the repository at this point in the history
  • Loading branch information
Anand Radhakrishnan committed Apr 1, 2024
1 parent 1f4eb65 commit 0585929
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -456,6 +456,9 @@ if (MFC_PRE_PROCESS)
MFC_SETUP_TARGET(TARGET pre_process
SOURCES "${pre_process_SRCs}"
MPI)
if(CMAKE_Fortran_COMPILER_ID STREQUAL "Cray")
target_compile_options(pre_process PRIVATE -hfp0)
endif()
endif()

if (MFC_SIMULATION)
Expand Down

0 comments on commit 0585929

Please sign in to comment.