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
a81dc7ac
Commit
a81dc7ac
authored
Feb 21, 2013
by
Matthieu Schaller
Browse files
The autotool script now explicitely checks that OpenMP is available.
Former-commit-id: 6f9ddef6e02426e896f11c2f1a8440fdc4e59929
parent
a29b948d
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.in
View file @
a81dc7ac
...
...
@@ -69,6 +69,10 @@ AX_FUNC_POSIX_MEMALIGN
# Check for OpenMP
AX_OPENMP
AC_SUBST(OPENMP_CFLAGS)
if test -z "${OPENMP_CFLAGS}"; then
echo $OPENMP_CFLAGS
AC_MSG_ERROR(Compiler does not support OpenMP, 1)
fi
# Check for HDF5
AX_LIB_HDF5([serial])
...
...
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