Skip to content
Snippets Groups Projects
Commit 721f3c88 authored by Lars Bilke's avatar Lars Bilke Committed by Lars Bilke
Browse files

[CMake] Removed user-setable option OGS_USE_MPI.

parent 16c426ff
No related branches found
No related tags found
No related merge requests found
...@@ -78,9 +78,6 @@ option(OGS_USE_LIS "Use Lis" OFF) ...@@ -78,9 +78,6 @@ option(OGS_USE_LIS "Use Lis" OFF)
# Parallel computing: vector and matrix algebraic caculation, solvers # Parallel computing: vector and matrix algebraic caculation, solvers
option(OGS_USE_PETSC "Use PETSc routines" OFF) option(OGS_USE_PETSC "Use PETSc routines" OFF)
# Paralleization
option(OGS_USE_MPI "Use MPI" OFF)
# Eigen # Eigen
option(OGS_USE_EIGEN "Use Eigen linear solver" ON) option(OGS_USE_EIGEN "Use Eigen linear solver" ON)
option(OGS_USE_EIGEN_UNSUPPORTED "Use Eigen unsupported modules" ON) option(OGS_USE_EIGEN_UNSUPPORTED "Use Eigen unsupported modules" ON)
......
...@@ -28,7 +28,7 @@ if(OGS_BUILD_SWMM) ...@@ -28,7 +28,7 @@ if(OGS_BUILD_SWMM)
APPEND_SOURCE_FILES(TEST_SOURCES FileIO_SWMM) APPEND_SOURCE_FILES(TEST_SOURCES FileIO_SWMM)
endif() endif()
if(OGS_USE_PETSC OR OGS_USE_MPI) if(OGS_USE_PETSC)
list(REMOVE_ITEM TEST_SOURCES NumLib/TestSerialLinearSolver.cpp) list(REMOVE_ITEM TEST_SOURCES NumLib/TestSerialLinearSolver.cpp)
endif() endif()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment