2012-08-07 11:57:35 +00:00
|
|
|
OPTION(IFEM_USE_OPENMP "Compile with OpenMP support?" ON)
|
2012-05-15 15:20:14 +00:00
|
|
|
OPTION(IFEM_USE_LRSPLINES "Compile with LR-splines support?" ON)
|
2012-08-07 11:57:35 +00:00
|
|
|
OPTION(IFEM_USE_SUPERLU "Compile with SuperLU support?" ON)
|
|
|
|
|
OPTION(IFEM_USE_SUPERLU_MT "Compile with SuperLU_MT support?" OFF)
|
2012-05-15 15:20:14 +00:00
|
|
|
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)
|
2012-08-07 11:57:35 +00:00
|
|
|
OPTION(IFEM_USE_HDF5 "Compile with HDF5 support?" ON)
|
2012-05-15 15:20:14 +00:00
|
|
|
OPTION(IFEM_USE_VTFWRITER "Compile with VTFWriter support?" ON)
|