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

Use a different function of the ParMETIS API to avoiding caching of the first AC_CHECK_LIB call

parent 33813e81
No related branches found
No related tags found
1 merge request!1004Use a different function of the ParMETIS API to avoiding caching of the first AC_CHECK_LIB call
......@@ -720,7 +720,8 @@ if test "x$with_parmetis" != "xno"; then
PARMETIS_LIBS="-lparmetis -lmetis"
PARMETIS_INCS=""
fi
AC_CHECK_LIB([parmetis],[ParMETIS_V3_RefineKway], [have_parmetis="yes"],
# Note use different function to avoid caching of first check.
AC_CHECK_LIB([parmetis],[ParMETIS_V3_PartKway], [have_parmetis="yes"],
[have_parmetis="no"], [$METIS_LIBS $PARMETIS_LIBS])
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment