Merge pull request #4273 from Tongdongq/add-test

Add test for cusparseSolver
This commit is contained in:
Markus Blatt
2022-11-22 13:55:11 +01:00
committed by GitHub
10 changed files with 107 additions and 63 deletions

View File

@@ -148,7 +148,7 @@ endif()
if(ROCALUTION_FOUND)
list (APPEND MAIN_SOURCE_FILES opm/simulators/linalg/bda/rocalutionSolverBackend.cpp)
endif()
if(CUDA_FOUND OR OPENCL_FOUND OR HAVE_FPGA OR amgcl_FOUND OR ROCALUTION_FOUND)
if(COMPILE_BDA_BRIDGE)
list (APPEND MAIN_SOURCE_FILES opm/simulators/linalg/bda/BdaBridge.cpp)
endif()
if(amgcl_FOUND)