From 42b7c4499a9eb5a381c177228e0372432826f44d Mon Sep 17 00:00:00 2001 From: Ralph Castain Date: Wed, 15 Jan 2014 03:56:29 +0000 Subject: [PATCH] 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. --- config/ompi_config_threads.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/ompi_config_threads.m4 b/config/ompi_config_threads.m4 index 9767cd560b..761fc85874 100644 --- a/config/ompi_config_threads.m4 +++ b/config/ompi_config_threads.m4 @@ -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])