1
1

Correct a typo to get the right configure option to match the internal logic, thus making --enable-mpi-thread-multiple to actually work

cmr=v1.7.4:reviewer=jladd:subject=fix enable-mpi-thread-multiple

This commit was SVN r30296.
Этот коммит содержится в:
Ralph Castain 2014-01-15 03:56:29 +00:00
родитель 1d67a83838
Коммит 42b7c4499a

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

@ -41,7 +41,7 @@ AC_ARG_ENABLE([mpi_thread_multiple],
[AC_HELP_STRING([--enable-mpi-thread-multiple], [AC_HELP_STRING([--enable-mpi-thread-multiple],
[Enable MPI_THREAD_MULTIPLE support (default: disabled)])]) [Enable MPI_THREAD_MULTIPLE support (default: disabled)])])
if test "$enable_mpi_threads" = "yes" ; then if test "$enable_mpi_thread_multiple" = "yes" ; then
ompi_want_mpi_threads=1 ompi_want_mpi_threads=1
OMPI_ENABLE_THREAD_MULTIPLE=1 OMPI_ENABLE_THREAD_MULTIPLE=1
AC_MSG_RESULT([Enabled]) AC_MSG_RESULT([Enabled])