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
e1523f76
Commit
e1523f76
authored
Dec 01, 2011
by
Naumann, Andreas
Browse files
static parmetis needs metis
parent
30e51b39
Changes
1
Hide whitespace changes
Inline
Side-by-side
AMDiS/AMDISUse.cmake
View file @
e1523f76
...
...
@@ -23,8 +23,14 @@ if(AMDIS_HAS_PARALLEL_DOMAIN)
if
(
PARMETIS_LIB
)
list
(
APPEND AMDIS_LIBRARIES
${
PARMETIS_LIB
}
)
else
(
PARMETIS_LIB
)
message
(
ERROR
"could not find the parmetis libraries needed by amdis"
)
message
(
FATAL_
ERROR
"could not find the parmetis libraries needed by amdis"
)
endif
(
PARMETIS_LIB
)
find_library
(
METIS_LIB metis
)
if
(
METIS_LIB
)
list
(
APPEND AMDIS_LIBRARIES
${
METIS_LIB
}
)
else
(
METIS_LIB
)
message
(
FATAL_ERROR
"could not find the metis libraries needed by amdis"
)
endif
(
METIS_LIB
)
endif
()
endif
(
AMDIS_HAS_PARALLEL_DOMAIN
)
...
...
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