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 e02e9f6 commit a6ff639Copy full SHA for a6ff639
CMakeLists.txt
@@ -20,7 +20,7 @@ option(MFC_MPI "Build with MPI" ON
20
option(MFC_OpenACC "Build with OpenACC" OFF)
21
option(MFC_GCov "Build with GCov" OFF)
22
option(MFC_Unified "Build with unified CPU & GPU memory (GH-200 only)" OFF)
23
-option(MFC_Fastmath "Build with -fastmath on NV GPUs" OFF)
+option(MFC_Fastmath "Build with -gpu=fastmath on NV GPUs" OFF)
24
option(MFC_PRE_PROCESS "Build pre_process" OFF)
25
option(MFC_SIMULATION "Build simulation" OFF)
26
option(MFC_POST_PROCESS "Build post_process" OFF)
0 commit comments