File tree Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Original file line number Diff line number Diff line change @@ -36,10 +36,6 @@ if(RESOLVE_USE_CUDA)
3636 add_executable (klu_rf_fgmres_test.exe testKLU_Rf_FGMRES.cpp)
3737 target_link_libraries (klu_rf_fgmres_test.exe PRIVATE ReSolve)
3838
39- add_library ( FunctionalityTestHelper SHARED FunctionalityTestHelper.cpp )
40- # Captain! add_library for functionality test helper, build it, then link it here
41- target_include_directories ( FunctionalityTestHelper PUBLIC ../.. )
42-
4339 # System solver test with cusolver rf and iterative refinement
4440 add_executable (sys_refactor_cuda_test.exe testSysRefactor.cpp)
4541 target_link_libraries (sys_refactor_cuda_test.exe PRIVATE ReSolve FunctionalityTestHelper )
Original file line number Diff line number Diff line change 11#include " FunctionalityTestHelper.hpp"
2+ #include < resolve/vector/Vector.hpp>
3+ #include < resolve/matrix/io.hpp>
4+ #include < resolve/matrix/Coo.hpp>
5+ #include < resolve/matrix/Csr.hpp>
6+ #include < resolve/matrix/Csc.hpp>
7+ #include < resolve/matrix/MatrixHandler.hpp>
8+ #include < resolve/vector/VectorHandler.hpp>
9+ #include < resolve/LinSolverDirectKLU.hpp>
10+ #include < resolve/LinSolverIterativeFGMRES.hpp>
11+ #include < resolve/workspace/LinAlgWorkspace.hpp>
12+ #include < resolve/SystemSolver.hpp>
213
314namespace ReSolve
415{
You can’t perform that action at this time.
0 commit comments