Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
iwr
amdis
Commits
ca791455
Commit
ca791455
authored
Mar 24, 2011
by
Naumann, Andreas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
option petc-dev
parent
663d782a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
+6
-2
AMDiS/CMakeLists.txt
AMDiS/CMakeLists.txt
+6
-2
No files found.
AMDiS/CMakeLists.txt
View file @
ca791455
...
...
@@ -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
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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