Skip to content
Snippets Groups Projects
Commit 4cd4f2ef authored by Peter W. Draper's avatar Peter W. Draper
Browse files

Make parmetis a requirement when given --with-parmetis

parent a7dd20bf
Branches
Tags
1 merge request!506Add ParMETIS support
...@@ -478,6 +478,8 @@ if test "x$with_parmetis" != "xno"; then ...@@ -478,6 +478,8 @@ if test "x$with_parmetis" != "xno"; then
fi fi
if test "$have_parmetis" == "yes"; then if test "$have_parmetis" == "yes"; then
AC_DEFINE([HAVE_PARMETIS],1,[The ParMETIS library is present.]) AC_DEFINE([HAVE_PARMETIS],1,[The ParMETIS library is present.])
else
AC_MSG_ERROR("Failed to find a ParMETIS library")
fi fi
fi fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment