Re-enable OpenMPI tests - fixed with openmpi 2.1.6rc1

This commit is contained in:
Orion Poplawski 2018-11-29 20:24:05 -07:00
parent 28dfae4876
commit 0b990c4703

View File

@ -121,7 +121,7 @@
Name: petsc
Summary: Portable Extensible Toolkit for Scientific Computation
Version: %{releasever}.2
Release: 1%{?dist}
Release: 2%{?dist}
License: BSD
URL: https://www.mcs.anl.gov/petsc
Source0: http://ftp.mcs.anl.gov/pub/petsc/release-snapshots/petsc-%{version}.tar.gz
@ -986,7 +986,6 @@ make -C build64 test
%endif
%if %{with openmpi}
%ifnarch %{ix86} %{arm}
%{_openmpi_load}
export LD_LIBRARY_PATH=%{_builddir}/%{name}-%{version}/buildopenmpi_dir/%{_arch}/lib
export PETSC_DIR=%{_builddir}/%{name}-%{version}/buildopenmpi_dir
@ -1003,7 +1002,6 @@ make -C buildopenmpi_dir test
%endif
%{_openmpi_unload}
%endif
%endif
%if 0%{?fedora} || 0%{?rhel} >= 7
%if %{with mpich}
@ -1087,6 +1085,9 @@ make -C buildmpich_dir test
%endif
%changelog
* Thu Nov 29 2018 Orion Poplawski <orion@nwra.com> - 3.10.2-2
- Re-enable OpenMPI tests - fixed with openmpi 2.1.6rc1
* Tue Oct 23 2018 Antonio Trande <sagitter@fedoraproject.org> - 3.10.2-1
- Update to 3.10.2
- Disable check of OpenMPI libraries on x86 temporarely (rhbz#1639646)