|
|
@ -250,6 +250,8 @@ done
|
|
|
|
# Set to 1 to fail if tests fail
|
|
|
|
# Set to 1 to fail if tests fail
|
|
|
|
fail=1
|
|
|
|
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
|
|
|
|
|
|
|
|
export OMPI_MCA_rmaps_base_oversubscribe=1
|
|
|
|
for mpi in %{mpi_list}
|
|
|
|
for mpi in %{mpi_list}
|
|
|
|
do
|
|
|
|
do
|
|
|
|
module load mpi/$mpi-%{_arch}
|
|
|
|
module load mpi/$mpi-%{_arch}
|
|
|
|