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 2018/11/15 17:59:04 UTC

[GitHub] mzhukova commented on issue #12710: Subprocess Deadlock with mxnet-mkl

mzhukova commented on issue #12710: Subprocess Deadlock with mxnet-mkl
URL: https://github.com/apache/incubator-mxnet/issues/12710#issuecomment-439133522
 
 
   Hi folks,
   
   @tdomhan, Can you please run the application with MKL_VERBOSE=1, this will help us to determine the MKL version and threading layer.
   I guess your issue can be related to Intel OpenMP + fork(), see https://github.com/numpy/numpy/issues/10060.
   So, you can also try the workaround -- set KMP_INIT_AT_FORK to false. 
   
   Please, let me know what you find out!
   
   Best regards,
   Maria

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


With regards,
Apache Git Services