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.
Этот коммит содержится в:
родитель
1d67a83838
Коммит
42b7c4499a
@ -41,7 +41,7 @@ AC_ARG_ENABLE([mpi_thread_multiple],
|
||||
[AC_HELP_STRING([--enable-mpi-thread-multiple],
|
||||
[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_ENABLE_THREAD_MULTIPLE=1
|
||||
AC_MSG_RESULT([Enabled])
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user