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
@@ -102,9 +102,9 @@ AM_CONDITIONAL(WANT_PERUSE, test "$WANT_PERUSE" = "1")
102
102
# Fortran MPI bindings
103
103
#
104
104
AC_MSG_CHECKING([if want Fortran MPI bindings])
105
-
AC_ARG_ENABLE(mpi-fortran,
106
-
AC_HELP_STRING([--enable-mpi-fortran],
107
-
[specify which Fortran MPI bindings to build: yes, none (or no), best-effort, mpifh (build only mpif.h support), usempi (build mpif.h and the mpi module), or usempif08 (or all, build mpifh, the mpi module, and the mpi_f08 module) (default: "yes"if Fortran compiler found)]))
105
+
AC_ARG_ENABLE([mpi-fortran],
106
+
[AS_HELP_STRING([--enable-mpi-fortran],
107
+
[specify which Fortran MPI bindings to build: yes, none (or no), best-effort, mpifh (build only mpif.h support), usempi (build mpif.h and the mpi module), or usempif08 (or all, build mpifh, the mpi module, and the mpi_f08 module) (default: "yes"if Fortran compiler found)])])
108
108
109
109
# These are the 4 monotonically-rising values indicating levels of
110
110
# Fortran bindings support.
@@ -168,7 +168,7 @@ esac
168
168
169
169
# Remove these when we finally kill them once and for all
170
170
AC_ARG_ENABLE([mpi1-compatibility],
171
-
[AC_HELP_STRING([--enable-mpi1-compatibility],
171
+
[AS_HELP_STRING([--enable-mpi1-compatibility],
172
172
[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)])])
[behavior of MPI functionparameter checking. Valid values are: always, never, runtime. If --with-mpi-param-check is specified with no VALUE argument, it is equivalent to a VALUE of "always"; --without-mpi-param-check is equivalent to "never" (default: runtime).]))
205
+
AC_ARG_WITH([mpi-param-check],
206
+
[AS_HELP_STRING([--with-mpi-param-check(=VALUE)],
207
+
[behavior of MPI functionparameter checking. Valid values are: always, never, runtime. If --with-mpi-param-check is specified with no VALUE argument, it is equivalent to a VALUE of "always"; --without-mpi-param-check is equivalent to "never" (default: runtime).])])
0 commit comments