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 e614cf2 commit df131fbCopy full SHA for df131fb
CMakeLists.txt
@@ -196,10 +196,8 @@ elseif ((CMAKE_Fortran_COMPILER_ID STREQUAL "NVHPC") OR (CMAKE_Fortran_COMPILER_
196
endif()
197
198
if (DEFINED ENV{MFC_CUDA_CC})
199
- # Need to find CUDA to get the version to specify for login node builds
200
- find_package(CUDA)
201
string(REGEX MATCHALL "[0-9]+" MFC_CUDA_CC $ENV{MFC_CUDA_CC})
202
- message(STATUS "Found $MFC_CUDA_CC specified. GPU code will be generated for compute capability ${MFC_CUDA_CC} and CUDA version ${CUDA_VERSION}.")
+ message(STATUS "Found $MFC_CUDA_CC specified. GPU code will be generated for compute capability(ies) ${MFC_CUDA_CC}.")
203
204
205
0 commit comments