We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71a29e0 commit 025163aCopy full SHA for 025163a
CMakeLists.txt
@@ -106,9 +106,7 @@ elseif (CMAKE_Fortran_COMPILER_ID STREQUAL "Intel")
106
add_compile_options($<$<COMPILE_LANGUAGE:Fortran>:-free>)
107
elseif ((CMAKE_Fortran_COMPILER_ID STREQUAL "NVHPC") OR (CMAKE_Fortran_COMPILER_ID STREQUAL "PGI"))
108
add_compile_options(
109
- $<$<COMPILE_LANGUAGE:Fortran>:-r8>
110
$<$<COMPILE_LANGUAGE:Fortran>:-Mfreeform>
111
- $<$<COMPILE_LANGUAGE:Fortran>:-Mr8intrinsics>
112
$<$<COMPILE_LANGUAGE:Fortran>:-cpp>
113
-Minfo=accel
114
)
0 commit comments