1
1

* clean up some configure --help output as reported on OMPI mailing list.

This should probably go to 1.1...

This commit was SVN r9722.
Этот коммит содержится в:
Brian Barrett 2006-04-26 02:07:19 +00:00
родитель cf7f43a79d
Коммит 5bd1be7ac4
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -771,7 +771,7 @@ AC_DEFUN([OMPI_CONFIG_ASM],[
AC_MSG_CHECKING([whether to enable smp locks])
AC_ARG_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
AC_MSG_RESULT([yes])
want_smp_locks=1

Просмотреть файл

@ -289,7 +289,7 @@ fi
AC_MSG_CHECKING([if want run-time MPI parameter checking])
AC_ARG_WITH(mpi-param-check,
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
if test "$with_mpi_param_check" = "no" -o \
"$with_mpi_param_check" = "never"; then