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
b628fe07
Commit
b628fe07
authored
9 years ago
by
Matthieu Schaller
Browse files
Options
Downloads
Patches
Plain Diff
Nicer summary message for METIS
parent
d3f5f664
No related branches found
No related tags found
2 merge requests
!136
Master
,
!102
Nicer summary message for METIS
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
configure.ac
+3
-1
3 additions, 1 deletion
configure.ac
with
3 additions
and
1 deletion
configure.ac
+
3
−
1
View file @
b628fe07
...
@@ -236,6 +236,7 @@ AX_PTHREAD([LIBS="$PTHREAD_LIBS $LIBS" CFLAGS="$CFLAGS $PTHREAD_CFLAGS"
...
@@ -236,6 +236,7 @@ AX_PTHREAD([LIBS="$PTHREAD_LIBS $LIBS" CFLAGS="$CFLAGS $PTHREAD_CFLAGS"
# Check for metis. Note AX_LIB_METIS exists, but cannot be configured
# Check for metis. Note AX_LIB_METIS exists, but cannot be configured
# to be default off (i.e. given no option it tries to locate METIS), so we
# to be default off (i.e. given no option it tries to locate METIS), so we
# don't use that.
# don't use that.
have_metis="no"
AC_ARG_WITH([metis],
AC_ARG_WITH([metis],
[AS_HELP_STRING([--with-metis=PATH],
[AS_HELP_STRING([--with-metis=PATH],
[root directory where metis is installed @<:@yes/no@:>@]
[root directory where metis is installed @<:@yes/no@:>@]
...
@@ -251,6 +252,7 @@ if test "x$with_metis" != "xno"; then
...
@@ -251,6 +252,7 @@ if test "x$with_metis" != "xno"; then
METIS_LIBS="-lmetis"
METIS_LIBS="-lmetis"
METIS_INCS=""
METIS_INCS=""
fi
fi
have_metis="yes"
AC_CHECK_LIB([metis],[METIS_PartGraphKway],
AC_CHECK_LIB([metis],[METIS_PartGraphKway],
AC_DEFINE([HAVE_METIS],1,[The metis library appears to be present.]),
AC_DEFINE([HAVE_METIS],1,[The metis library appears to be present.]),
AC_MSG_ERROR(something is wrong with the metis library!),$METIS_LIBS)
AC_MSG_ERROR(something is wrong with the metis library!),$METIS_LIBS)
...
@@ -380,7 +382,7 @@ AC_MSG_RESULT([
...
@@ -380,7 +382,7 @@ AC_MSG_RESULT([
MPI enabled : $enable_mpi
MPI enabled : $enable_mpi
HDF5 enabled : $with_hdf5
HDF5 enabled : $with_hdf5
- parallel : $have_parallel_hdf5
- parallel : $have_parallel_hdf5
Metis enabled : $
with
_metis
Metis enabled : $
have
_metis
libNUMA enabled : $have_numa
libNUMA enabled : $have_numa
])
])
...
...
This diff is collapsed.
Click to expand it.
Peter W. Draper
@pdraper
mentioned in issue
#124 (closed)
·
9 years ago
mentioned in issue
#124 (closed)
mentioned in issue #124
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