jjinking commented on issue #9350: Trouble building with mkl from source URL: https://github.com/apache/incubator-mxnet/issues/9350#issuecomment-362436382 I'm having a similar problem in CentOS 7.3: Commands I used: ``` git clone --recursive https://github.com/apache/incubator-mxnet.git mxnet cd mxnet && git checkout v1.0.0 && git submodule update nnvm mshadow dmlc-core cd /mxnet git submodule update make clean make -j4 USE_MKL2017=1 USE_BLAS=atlas USE_OPENCV=1 USE_MKL2017_EXPERIMENTAL=1 USE_GPERFTOOLS=1 # Same error if i use USE_BLAS=mkl ``` Error message: ``` g++: internal compiler error: Killed (program cc1plus) Please submit a full bug report, with preprocessed source if appropriate. See <http://bugzilla.redhat.com/bugzilla> for instructions. make: *** [build/src/operator/tensor/elemwise_unary_op_basic.o] Error 4 make: *** Waiting for unfinished jobs.... ```
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services