* clean up some configure --help output as reported on OMPI mailing list.
This should probably go to 1.1... This commit was SVN r9722.
Этот коммит содержится в:
родитель
cf7f43a79d
Коммит
5bd1be7ac4
@ -771,7 +771,7 @@ AC_DEFUN([OMPI_CONFIG_ASM],[
|
|||||||
AC_MSG_CHECKING([whether to enable smp locks])
|
AC_MSG_CHECKING([whether to enable smp locks])
|
||||||
AC_ARG_ENABLE([smp-locks],
|
AC_ARG_ENABLE([smp-locks],
|
||||||
[AC_HELP_STRING([--enable-smp-locks],
|
[AC_HELP_STRING([--enable-smp-locks],
|
||||||
[disable smp locks in atomic ops (default: enabled)])])
|
[enable smp locks in atomic ops. Do not disable if code will ever run in SMP or multi-threaded environment. (default: enabled)])])
|
||||||
if test "$enable_smp_locks" != "no"; then
|
if test "$enable_smp_locks" != "no"; then
|
||||||
AC_MSG_RESULT([yes])
|
AC_MSG_RESULT([yes])
|
||||||
want_smp_locks=1
|
want_smp_locks=1
|
||||||
|
@ -289,7 +289,7 @@ fi
|
|||||||
AC_MSG_CHECKING([if want run-time MPI parameter checking])
|
AC_MSG_CHECKING([if want run-time MPI parameter checking])
|
||||||
AC_ARG_WITH(mpi-param-check,
|
AC_ARG_WITH(mpi-param-check,
|
||||||
AC_HELP_STRING([--with-mpi-param-check(=VALUE)],
|
AC_HELP_STRING([--with-mpi-param-check(=VALUE)],
|
||||||
[behavior of MPI function parameter checking. Valid values are: always, never, runtime. No VALUE specified is equivalent to "always"; --without is equivalent to "never" (default: runtime).]))
|
[behavior of MPI function parameter checking. Valid values are: always, never, runtime. No VALUE argument when option is specified is equivalent to "always"; --withoua-mpi-param-checkt is equivalent to "never" (default: runtime).]))
|
||||||
mpi_param_check=ompi_mpi_param_check
|
mpi_param_check=ompi_mpi_param_check
|
||||||
if test "$with_mpi_param_check" = "no" -o \
|
if test "$with_mpi_param_check" = "no" -o \
|
||||||
"$with_mpi_param_check" = "never"; then
|
"$with_mpi_param_check" = "never"; then
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user