Allow mpi oversubscription for openmpi tests; Disable tests again for s390x - appear to be hanging
This commit is contained in:
parent
458d98e201
commit
12b8c6f261
10
hdf5.spec
10
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
|
||||
|
Loading…
Reference in New Issue
Block a user