Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Backofen, Rainer
amdis
Commits
ca791455
Commit
ca791455
authored
Mar 24, 2011
by
Naumann, Andreas
Browse files
option petc-dev
parent
663d782a
Changes
1
Hide whitespace changes
Inline
Side-by-side
AMDiS/CMakeLists.txt
View file @
ca791455
...
@@ -21,9 +21,10 @@ endif()
...
@@ -21,9 +21,10 @@ endif()
#option(ENABLE_INTEL "use intel compiler" false)
#option(ENABLE_INTEL "use intel compiler" false)
option
(
ENABLE_OPENMP
"use openmp"
false
)
option
(
ENABLE_OPENMP
"use openmp"
false
)
option
(
ENABLE_PARALLEL_DOMAIN
"use parallel domain decomposition"
false
)
option
(
ENABLE_PARALLEL_DOMAIN
"use parallel domain decomposition"
false
)
option
(
USE_PETSC_DEV false
)
#parmetis is not optional
#parmetis is not optional
set
(
ENABLE_PARMETIS
off
)
set
(
ENABLE_PARMETIS
false
)
option
(
ENABLE_ZOLTAN
off
)
option
(
ENABLE_ZOLTAN
false
)
option
(
ENABLE_UMFPACK
"use umfpack solver"
false
)
option
(
ENABLE_UMFPACK
"use umfpack solver"
false
)
option
(
ENABLE_MKL
"use the mkl"
false
)
option
(
ENABLE_MKL
"use the mkl"
false
)
SET
(
MKL_DIR
""
CACHE PATH
"MKL directory"
)
SET
(
MKL_DIR
""
CACHE PATH
"MKL directory"
)
...
@@ -211,6 +212,9 @@ if(ENABLE_PARALLEL_DOMAIN)
...
@@ -211,6 +212,9 @@ if(ENABLE_PARALLEL_DOMAIN)
SET
(
COMPILEFLAGS
"
${
COMPILEFLAGS
}
-DHAVE_PARALLEL_DOMAIN_AMDIS=1"
)
SET
(
COMPILEFLAGS
"
${
COMPILEFLAGS
}
-DHAVE_PARALLEL_DOMAIN_AMDIS=1"
)
INSTALL
(
FILES ResolveCompilerPaths.cmake FindPackageMultipass.cmake FindPETSc.cmake
INSTALL
(
FILES ResolveCompilerPaths.cmake FindPackageMultipass.cmake FindPETSc.cmake
DESTINATION share/amdis/
)
DESTINATION share/amdis/
)
if
(
USE_PETSC_DEV
)
SET
(
COMPILEFLAGS
"
${
COMPILEFLAGS
}
-DHAVE_PETSC_DEV"
)
endif
(
USE_PETSC_DEV
)
endif
(
ENABLE_PARALLEL_DOMAIN
)
endif
(
ENABLE_PARALLEL_DOMAIN
)
if
(
ENABLE_OPENMP
)
if
(
ENABLE_OPENMP
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment