You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mxnet.apache.org by "Marco de Abreu (JIRA)" <ji...@apache.org> on 2018/03/07 12:13:00 UTC

[jira] [Created] (MXNET-45) Make Amalgamation with multiple jobs

Marco de Abreu created MXNET-45:
-----------------------------------

             Summary: Make Amalgamation with multiple jobs
                 Key: MXNET-45
                 URL: https://issues.apache.org/jira/browse/MXNET-45
             Project: Apache MXNet
          Issue Type: Bug
            Reporter: Marco de Abreu
            Assignee: Chris Olivier


{code:java}
+ set +x
++ nproc
+ make -C amalgamation/ clean -j96
make: Entering directory '/work/mxnet/amalgamation'
rm -f *.d *.o *.so *.a *.js *.js.mem mxnet_predict-all.cc nnvm.cc
make: Leaving directory '/work/mxnet/amalgamation'
++ nproc
+ make -C amalgamation/ USE_BLAS=openblas -j96
make: Entering directory '/work/mxnet/amalgamation'
./prep_nnvm.sh
g++ -std=c++11 -Wno-unknown-pragmas -Wall -DMSHADOW_USE_CBLAS=1 -DDISABLE_OPENMP=1 -DMSHADOW_USE_CUDA=0 -DMSHADOW_USE_MKL=0 -DMSHADOW_RABIT_PS=0 -DMSHADOW_DIST_PS=0 -DDMLC_LOG_STACK_TRACE=0 -DMSHADOW_FORCE_STREAM -DMXNET_USE_OPENCV=0 -DMXNET_PREDICT_ONLY=1 -I/usr/local/opt/openblas -I/usr/local/opt/openblas/include -M -MT dmlc-minimum0.o \
-I `pwd`/../dmlc-core/include \
-D__MIN__=0 dmlc-minimum0.cc > dmlc.d
make: *** No rule to make target 'nnvm.cc', needed by 'mxnet_predict-all.cc'. Stop.
make: *** Waiting for unfinished jobs....
make[1]: Entering directory '/work/mxnet/nnvm/amalgamation'
make[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule.
rm -f *.d *.o *.so *.a nnvm-all.cc nnvm.cc
make[1]: Leaving directory '/work/mxnet/nnvm/amalgamation'
make[1]: Entering directory '/work/mxnet/nnvm/amalgamation'
make[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule.
python generate.py nnvm.cc
g++ -std=c++11 -Wall -O2 -Iinclude -fPIC -I/work/mxnet/amalgamation/../dmlc-core/include -M -MT nnvm.o \
-I `pwd`/../ -I `pwd`/../include \
-D__MIN__=0 nnvm.cc > nnvm.d
make[1]: Leaving directory '/work/mxnet/nnvm/amalgamation'
make: Leaving directory '/work/mxnet/amalgamation'
{code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@mxnet.apache.org
For additional commands, e-mail: issues-help@mxnet.apache.org