reset indentation

This commit is contained in:
Orion Poplawski 2019-03-16 22:32:45 -06:00
parent 12b8c6f261
commit c044c86773

View File

@ -286,9 +286,9 @@ export OMPI_MCA_rmaps_base_oversubscribe=1
%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