Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mpim-sw
libcdi
Commits
a735f6d6
Commit
a735f6d6
authored
Jul 25, 2012
by
Thomas Jahns
🤸
Browse files
Do not use argument assigned to configure --enable-mpi.
parent
f8e6fd08
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
a735f6d6
...
...
@@ -113,7 +113,7 @@ AS_CASE([$with_threads],
ACX_OPTIONS
# ----------------------------------------------------------------------
# Compile with MPI support
AC_ARG_ENABLE(mpi,AS_HELP_STRING([--enable-mpi],[Compile with MPI compiler [default=no]]),enable_mpi=
${enableval}
,enable_mpi=no)
AC_ARG_ENABLE(mpi,AS_HELP_STRING([--enable-mpi],[Compile with MPI compiler [default=no]]),enable_mpi=
yes
,enable_mpi=no)
AS_IF([test x"${enable_mpi}" = x"yes"],
[USE_MPI=yes])
AS_IF([test x"$USE_MPI" = xyes],
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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