Skip to content

Commit 025163a

Browse files
committed
compiler flags
1 parent 71a29e0 commit 025163a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,9 +106,7 @@ elseif (CMAKE_Fortran_COMPILER_ID STREQUAL "Intel")
106106
add_compile_options($<$<COMPILE_LANGUAGE:Fortran>:-free>)
107107
elseif ((CMAKE_Fortran_COMPILER_ID STREQUAL "NVHPC") OR (CMAKE_Fortran_COMPILER_ID STREQUAL "PGI"))
108108
add_compile_options(
109-
$<$<COMPILE_LANGUAGE:Fortran>:-r8>
110109
$<$<COMPILE_LANGUAGE:Fortran>:-Mfreeform>
111-
$<$<COMPILE_LANGUAGE:Fortran>:-Mr8intrinsics>
112110
$<$<COMPILE_LANGUAGE:Fortran>:-cpp>
113111
-Minfo=accel
114112
)

0 commit comments

Comments
 (0)