Exclude mpi tests on armv7hl due to hanging test

epel9
Orion Poplawski 3 years ago
parent a330f0447a
commit 2c669adb34

@ -244,12 +244,15 @@ fail=1
make -C build check || ( cat build/*/test-suite.log && exit $fail ) make -C build check || ( cat build/*/test-suite.log && exit $fail )
# Allow openmpi to run with more processes than cores # Allow openmpi to run with more processes than cores
export OMPI_MCA_rmaps_base_oversubscribe=1 export OMPI_MCA_rmaps_base_oversubscribe=1
# openmpi test hangs on armv7hl in h5_test after tst_h_rename
%ifnarch armv7hl
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 || ( cat $mpi/*/test-suite.log && exit $fail ) make -C $mpi check || ( cat $mpi/*/test-suite.log && exit $fail )
module purge module purge
done done
%endif
%ldconfig_scriptlets %ldconfig_scriptlets

Loading…
Cancel
Save