Fix a help message to also show the default value.
This commit was SVN r16369.
Этот коммит содержится в:
родитель
fc2b4376e9
Коммит
74fd678de8
@ -217,7 +217,7 @@ fi
|
|||||||
AC_MSG_CHECKING([desired Fortran 90 bindings "size"])
|
AC_MSG_CHECKING([desired Fortran 90 bindings "size"])
|
||||||
AC_ARG_WITH(mpi-f90-size,
|
AC_ARG_WITH(mpi-f90-size,
|
||||||
AC_HELP_STRING([--with-mpi-f90-size=SIZE],
|
AC_HELP_STRING([--with-mpi-f90-size=SIZE],
|
||||||
[specify the types of functions in the Fortran 90 MPI module, where size is one of: trivial (MPI-2 F90-specific functions only), small (trivial + all MPI functions without choice buffers), medium (small + all MPI functions with one choice buffer), large (medium + all MPI functions with 2 choice buffers, but only when both buffers are the same type)]))
|
[specify the types of functions in the Fortran 90 MPI module, where SIZE is one of: trivial (MPI-2 F90-specific functions only), small (trivial + all MPI functions without choice buffers), medium (small + all MPI functions with one choice buffer), large (medium + all MPI functions with 2 choice buffers, but only when both buffers are the same type). Default SIZE is "small".]))
|
||||||
|
|
||||||
if test "$OMPI_WANT_F90_BINDINGS" = "0"; then
|
if test "$OMPI_WANT_F90_BINDINGS" = "0"; then
|
||||||
AC_MSG_RESULT([disabled (Fortran 90 bindings disabled)])
|
AC_MSG_RESULT([disabled (Fortran 90 bindings disabled)])
|
||||||
|
Загрузка…
Ссылка в новой задаче
Block a user