Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
SWIFTsim
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SWIFT
SWIFTsim
Commits
e35b8bc8
Commit
e35b8bc8
authored
5 years ago
by
Peter W. Draper
Browse files
Options
Downloads
Patches
Plain Diff
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
!1004
Use a different function of the ParMETIS API to avoiding caching of the first AC_CHECK_LIB call
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
configure.ac
+2
-1
2 additions, 1 deletion
configure.ac
with
2 additions
and
1 deletion
configure.ac
+
2
−
1
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
...
...
This diff is collapsed.
Click to expand it.
Peter W. Draper
@pdraper
mentioned in issue
#648 (closed)
·
5 years ago
mentioned in issue
#648 (closed)
mentioned in issue #648
Toggle commit list
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment