xianyujie commented on issue #15275: How to run mxnet(C++) in single-thread 
mode?
URL: 
https://github.com/apache/incubator-mxnet/issues/15275#issuecomment-503901791
 
 
   ```
   compile mxnet with OPENMP=0 
   export OMP_NUM_THREADS=1
   export MXNET_ENGINE_TYPE=NaiveEngine
   ```
   solve it! Other environment variables are as follows:
   
http://mxnet.incubator.apache.org/versions/master/faq/env_var.html?highlight=naive
   thanks @pengzhao-intel 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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

Reply via email to