From 1a5611f8d7c7ff13e98503f176ad6c128c6bb7b7 Mon Sep 17 00:00:00 2001 From: Orion Poplawski Date: Wed, 19 Oct 2016 17:06:59 -0600 Subject: [PATCH] Enable MPI_THREAD_MULTIPLE support (bug #1369989) --- openmpi.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/openmpi.spec b/openmpi.spec index d237c1b..5c2bca8 100644 --- a/openmpi.spec +++ b/openmpi.spec @@ -22,7 +22,7 @@ Name: openmpi%{?_cc_name_suffix} Version: 1.10.4 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Open Message Passing Interface Group: Development/Libraries License: BSD, MIT and Romio @@ -134,6 +134,7 @@ Contains development wrapper for compiling Java with openmpi. --includedir=%{_includedir}/%{namearch} \ --sysconfdir=%{_sysconfdir}/%{namearch} \ --disable-silent-rules \ + --enable-mpi-thread-multiple \ --enable-mpi-java \ --with-sge \ %ifnarch s390 @@ -286,6 +287,9 @@ make check %changelog +* Wed Oct 19 2016 Orion Poplawski - 1.10.4-2 +- Enable MPI_THREAD_MULTIPLE support (bug #1369989) + * Wed Oct 19 2016 Orion Poplawski - 1.10.4-1 - Update to 1.10.4