|
|
@ -190,7 +190,6 @@ ln -s ../configure .
|
|
|
|
popd
|
|
|
|
popd
|
|
|
|
|
|
|
|
|
|
|
|
# MPI builds
|
|
|
|
# MPI builds
|
|
|
|
export CC=mpicc
|
|
|
|
|
|
|
|
for mpi in %{mpi_list}
|
|
|
|
for mpi in %{mpi_list}
|
|
|
|
do
|
|
|
|
do
|
|
|
|
mkdir $mpi
|
|
|
|
mkdir $mpi
|
|
|
@ -199,6 +198,7 @@ do
|
|
|
|
ln -s ../configure .
|
|
|
|
ln -s ../configure .
|
|
|
|
# parallel tests hang on s390(x)
|
|
|
|
# parallel tests hang on s390(x)
|
|
|
|
%configure %{configure_opts} \
|
|
|
|
%configure %{configure_opts} \
|
|
|
|
|
|
|
|
CC=mpicc \
|
|
|
|
--libdir=%{_libdir}/$mpi/lib \
|
|
|
|
--libdir=%{_libdir}/$mpi/lib \
|
|
|
|
--bindir=%{_libdir}/$mpi/bin \
|
|
|
|
--bindir=%{_libdir}/$mpi/bin \
|
|
|
|
--sbindir=%{_libdir}/$mpi/sbin \
|
|
|
|
--sbindir=%{_libdir}/$mpi/sbin \
|
|
|
|