You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[do we want to try to work around C++ bindings SEEK_* issue?])
198
198
199
-
# Remove these when we finally kill them once and for all
200
-
AC_ARG_ENABLE([mpi1-compatibility],
201
-
[AC_HELP_STRING([--enable-mpi1-compatibility],
202
-
[Enable support forMPI-1.x functions removed from the current MPI standard (MPI-3.x). This option will go awayin a future release of Open MPI (default: disabled)])])
203
-
204
-
iftest"x$enable_mpi1_compatibility" = "xyes";then
205
-
ompi_mpi1_support=1
206
-
else
207
-
ompi_mpi1_support=0
208
-
fi
209
-
210
-
211
-
AC_DEFINE_UNQUOTED([OMPI_ENABLE_MPI1_COMPAT], [$ompi_mpi1_support], [whether we want MPI-1.x support])
0 commit comments