Disable smp build

This commit is contained in:
Dmitrij S. Kryzhevich 2017-01-10 08:42:52 +07:00
parent 77811651f3
commit 5748d3de69

View File

@ -346,7 +346,10 @@ pushd %{_target_platform}_$MPI_COMPILER_NAME; \
$BUILD_MPI \\\
..; \
popd; \
make %{?_smp_mflags} -C %{_target_platform}_$MPI_COMPILER_NAME
make -C %{_target_platform}_$MPI_COMPILER_NAME
# Disable SMP build
#make %{?_smp_mflags} -C %{_target_platform}_$MPI_COMPILER_NAME
# serial
MPI_COMPILER_NAME=serial %building_serial