using one thread to dump sequential output

feature/design_of_v2_layer_converter
liaogang 8 years ago
parent ba3d9f02e3
commit e4656c2717

@ -34,7 +34,7 @@ cmake .. \
-DCMAKE_EXPORT_COMPILE_COMMANDS=ON
make -j `nproc`
if [ ${WITH_TESTING:-OFF} == "ON" ] && [ ${RUN_TEST:-OFF} == "ON" ] ; then
ctest -V -j `nproc`
ctest -V
fi
make install
pip install /usr/local/opt/paddle/share/wheels/*.whl

Loading…
Cancel
Save