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
SWIFT
SWIFTsim
Commits
e35b8bc8
Commit
e35b8bc8
authored
Jan 22, 2020
by
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
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
e35b8bc8
...
...
@@ -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
...
...
Peter W. Draper
@pdraper
mentioned in issue
#648 (closed)
·
Jan 22, 2020
mentioned in issue
#648 (closed)
mentioned in issue #648
Toggle commit list
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