Enable all tests and failures
This commit is contained in:
parent
65220218f2
commit
e919a76d18
10
hdf5.spec
10
hdf5.spec
@ -313,20 +313,20 @@ mv %{buildroot}%{_libdir}/libhdf5_java.so %{buildroot}%{_libdir}/%{name}/
|
|||||||
|
|
||||||
%check
|
%check
|
||||||
make -C build check
|
make -C build check
|
||||||
export HDF5_Make_Ignore=yes
|
#export HDF5_Make_Ignore=yes
|
||||||
export OMPI_MCA_rmaps_base_oversubscribe=1
|
export OMPI_MCA_rmaps_base_oversubscribe=1
|
||||||
# MPI Tests are hanging
|
# MPI Tests are hanging
|
||||||
%if 0
|
#if 0
|
||||||
# t_cache_image appears to be hanging, others taking very long on s390x
|
# t_cache_image appears to be hanging, others taking very long on s390x
|
||||||
%ifnarch s390x
|
#ifnarch s390x
|
||||||
for mpi in %{?mpi_list}
|
for mpi in %{?mpi_list}
|
||||||
do
|
do
|
||||||
module load mpi/$mpi-%{_arch}
|
module load mpi/$mpi-%{_arch}
|
||||||
make -C $mpi check
|
make -C $mpi check
|
||||||
module purge
|
module purge
|
||||||
done
|
done
|
||||||
%endif
|
#endif
|
||||||
%endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
%ldconfig_scriptlets
|
%ldconfig_scriptlets
|
||||||
|
Loading…
Reference in New Issue
Block a user