You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2019/06/19 04:36:01 UTC

[GitHub] [incubator-mxnet] pengzhao-intel commented on issue #15275: How to run mxnet(C++) in single-thread mode?

pengzhao-intel commented on issue #15275: How to run mxnet(C++) in single-thread mode?
URL: https://github.com/apache/incubator-mxnet/issues/15275#issuecomment-503402584
 
 
   Could you try below setting?
   
   ```
   export KMP_AFFINITY=granularity=fine,noduplicates,compact,1,0
   export OMP_NUM_THREADS=1
   numactl --physcpubind=0 --membind=0 python ... 
   ```

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services