Skip to content

Commit

Permalink
fix frontier cas
Browse files Browse the repository at this point in the history
  • Loading branch information
okBrian committed Sep 20, 2024
1 parent ddabee4 commit e0c1dd3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -176,9 +176,8 @@ elseif (CMAKE_Fortran_COMPILER_ID STREQUAL "Cray")
if (MFC_Strict)
add_compile_options(
"SHELL:-h flex_mp=intolerant"
"SHELL:-hp0" "SHELL:-hfp0"
"SHELL:-hfp0"
"SHELL:-h vector0"
"SHELL:-fp0"
)
endif()

Expand Down

0 comments on commit e0c1dd3

Please sign in to comment.