Skip to content
Snippets Groups Projects
Commit ca791455 authored by Naumann, Andreas's avatar Naumann, Andreas
Browse files

option petc-dev

parent 663d782a
No related branches found
No related tags found
No related merge requests found
......@@ -21,9 +21,10 @@ endif()
#option(ENABLE_INTEL "use intel compiler" false)
option(ENABLE_OPENMP "use openmp" false)
option(ENABLE_PARALLEL_DOMAIN "use parallel domain decomposition" false)
option(USE_PETSC_DEV false)
#parmetis is not optional
set(ENABLE_PARMETIS off)
option(ENABLE_ZOLTAN off)
set(ENABLE_PARMETIS false)
option(ENABLE_ZOLTAN false)
option(ENABLE_UMFPACK "use umfpack solver" false)
option(ENABLE_MKL "use the mkl" false)
SET(MKL_DIR "" CACHE PATH "MKL directory")
......@@ -211,6 +212,9 @@ if(ENABLE_PARALLEL_DOMAIN)
SET(COMPILEFLAGS "${COMPILEFLAGS} -DHAVE_PARALLEL_DOMAIN_AMDIS=1")
INSTALL(FILES ResolveCompilerPaths.cmake FindPackageMultipass.cmake FindPETSc.cmake
DESTINATION share/amdis/)
if( USE_PETSC_DEV )
SET(COMPILEFLAGS "${COMPILEFLAGS} -DHAVE_PETSC_DEV")
endif( USE_PETSC_DEV)
endif(ENABLE_PARALLEL_DOMAIN)
if(ENABLE_OPENMP)
......
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