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
ac69fb37
Commit
ac69fb37
authored
Oct 07, 2017
by
Matthieu Schaller
Browse files
Check at configure time whether POSIX barriers are available.
parent
ea50f018
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
ac69fb37
...
...
@@ -379,6 +379,7 @@ AX_PTHREAD([LIBS="$PTHREAD_LIBS $LIBS" CFLAGS="$CFLAGS $PTHREAD_CFLAGS"
or use CPPFLAGS and LDFLAGS if the library is installed in a
non-standard location.]))
AC_CHECK_LIB(pthread, pthread_barrier_init,,AC_MSG_ERROR(POSIX implementation does not have barriers!))
# 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
...
...
Matthieu Schaller
@matthieu
mentioned in issue
#364 (closed)
·
Oct 07, 2017
mentioned in issue
#364 (closed)
mentioned in issue #364
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