Files
IFEM/cmake/Modules/IFEMOptions.cmake
akva 3bf1d1bddc Added: Build system support for forcing the SuperLU version to use
Use -DIFEM_USE_SUPERLU_MT to build with multi-threaded version

Fixed: Some missing FIND_PACKAGE statements in FindIFEMDeps.cmake

git-svn-id: http://svn.sintef.no/trondheim/IFEM/trunk@1843 e10b68d5-8a6e-419e-a041-bce267b0401d
2015-07-10 22:02:45 +02:00

12 lines
819 B
CMake

OPTION(IFEM_USE_OPENMP "Compile with OpenMP support?" ON)
OPTION(IFEM_USE_LRSPLINES "Compile with LR-splines support?" ON)
OPTION(IFEM_USE_SUPERLU "Compile with SuperLU support?" ON)
OPTION(IFEM_USE_SUPERLU_MT "Compile with SuperLU_MT support?" OFF)
OPTION(IFEM_USE_PETSC "Compile with PETSc support?" ON)
OPTION(IFEM_USE_PARALLEL_PETSC "Compile with parallel PETSc support?" OFF)
OPTION(IFEM_USE_SLEPC "Compile with SLEPc support?" OFF)
OPTION(IFEM_USE_SPR "Compile with SPR support?" OFF)
OPTION(IFEM_USE_SAMG "Compile with SAMG support?" OFF)
OPTION(IFEM_USE_HDF5 "Compile with HDF5 support?" ON)
OPTION(IFEM_USE_VTFWRITER "Compile with VTFWriter support?" ON)