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 2f8eef1 commit 0e90d6eCopy full SHA for 0e90d6e
CMakeLists.txt
@@ -189,6 +189,7 @@ elseif ((CMAKE_Fortran_COMPILER_ID STREQUAL "NVHPC") OR (CMAKE_Fortran_COMPILER_
189
add_compile_options(
190
$<$<COMPILE_LANGUAGE:Fortran>:-Mfreeform>
191
$<$<COMPILE_LANGUAGE:Fortran>:-cpp>
192
+ $<$<COMPILE_LANGUAGE:Fortran>:-Minline=reshape>
193
$<$<COMPILE_LANGUAGE:Fortran>:-Minfo=inline>
194
$<$<COMPILE_LANGUAGE:Fortran>:-Minfo=accel>
195
)
0 commit comments