From 12b8c6f2614ff2c398c188e1cf52f338b92a9fdc Mon Sep 17 00:00:00 2001 From: Orion Poplawski Date: Mar 17 2019 04:31:50 +0000 Subject: Allow mpi oversubscription for openmpi tests; Disable tests again for s390x - appear to be hanging --- diff --git a/hdf5.spec b/hdf5.spec index 100be08..16e8303 100644 --- a/hdf5.spec +++ b/hdf5.spec @@ -281,12 +281,16 @@ rm %{buildroot}%{_mandir}/man1/h5p[cf]c*.1 %check make -C build check export HDF5_Make_Ignore=yes +export OMPI_MCA_rmaps_base_oversubscribe=1 +# t_cache_image appears to be hanging, others taking very long on s390x +%ifnarch s390x for mpi in %{?mpi_list} do - module load mpi/$mpi-%{_arch} - make -C $mpi check - module purge + module load mpi/$mpi-%{_arch} + make -C $mpi check + module purge done +%endif %ldconfig_scriptlets