Enable MPI_THREAD_MULTIPLE support (bug #1369989)

This commit is contained in:
Orion Poplawski 2016-10-19 17:06:59 -06:00
parent 6efcf9966a
commit 1a5611f8d7

View File

@ -22,7 +22,7 @@
Name: openmpi%{?_cc_name_suffix} Name: openmpi%{?_cc_name_suffix}
Version: 1.10.4 Version: 1.10.4
Release: 1%{?dist} Release: 2%{?dist}
Summary: Open Message Passing Interface Summary: Open Message Passing Interface
Group: Development/Libraries Group: Development/Libraries
License: BSD, MIT and Romio License: BSD, MIT and Romio
@ -134,6 +134,7 @@ Contains development wrapper for compiling Java with openmpi.
--includedir=%{_includedir}/%{namearch} \ --includedir=%{_includedir}/%{namearch} \
--sysconfdir=%{_sysconfdir}/%{namearch} \ --sysconfdir=%{_sysconfdir}/%{namearch} \
--disable-silent-rules \ --disable-silent-rules \
--enable-mpi-thread-multiple \
--enable-mpi-java \ --enable-mpi-java \
--with-sge \ --with-sge \
%ifnarch s390 %ifnarch s390
@ -286,6 +287,9 @@ make check
%changelog %changelog
* Wed Oct 19 2016 Orion Poplawski <orion@cora.nwra.com> - 1.10.4-2
- Enable MPI_THREAD_MULTIPLE support (bug #1369989)
* Wed Oct 19 2016 Orion Poplawski <orion@cora.nwra.com> - 1.10.4-1 * Wed Oct 19 2016 Orion Poplawski <orion@cora.nwra.com> - 1.10.4-1
- Update to 1.10.4 - Update to 1.10.4