Skip to content

Commit e0c1dd3

Browse files
committed
fix frontier cas
1 parent ddabee4 commit e0c1dd3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,9 +176,8 @@ elseif (CMAKE_Fortran_COMPILER_ID STREQUAL "Cray")
176176
if (MFC_Strict)
177177
add_compile_options(
178178
"SHELL:-h flex_mp=intolerant"
179-
"SHELL:-hp0" "SHELL:-hfp0"
179+
"SHELL:-hfp0"
180180
"SHELL:-h vector0"
181-
"SHELL:-fp0"
182181
)
183182
endif()
184183

0 commit comments

Comments
 (0)