Skip to content

Commit

Permalink
Merge pull request ESMCI#1250 from t-brown/master
Browse files Browse the repository at this point in the history
Adding Cray Fortran specific flags.
  • Loading branch information
jedwards4b authored Dec 15, 2017
2 parents fbc22da + 365d729 commit be2d445
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/flib/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ elseif (CMAKE_Fortran_COMPILER_ID STREQUAL "NAG")
set ( CMAKE_Fortran_FLAGS "${CMAKE_Fortran_FLAGS} -mismatch_all" )
# target_compile_options (piof
# PRIVATE -mismatch_all)
elseif (CMAKE_Fortran_COMPILER_ID STREQUAL "Cray")
set (CMAKE_Fortran_FLAGS "${CMAKE_Fortran_FLAGS} -ef")
endif()

# Look for c_sizeof capability
Expand Down

0 comments on commit be2d445

Please sign in to comment.