NeoZhangJianyu commented on issue #14087: Poor performance of the libmxnet if 
OMP_PLACES environment variable is present
URL: 
https://github.com/apache/incubator-mxnet/issues/14087#issuecomment-479399453
 
 
   @stsukrov 
   Yes, I agree with you. I don't like to set LD_LIBRARY_PATH in fact.
   
   In development server,  we always install many many different release libs.  
So the conflict will happen easily. venv and LD_LIBRARY_PATH are easy way to 
avoid/clear the conflict of lib files.
   
   In server for deployment, it's better to copy the libs in /usr/lib if the 
install/upgrade tool/script are good enough.
   
   venv:  we could remove totally if we can't resolve the conflict.
   
   LD_LIBRARY_PATH: 
     1. it could avoid to copy the files to /usr/lib folder which is hard to 
maintain.
     2. If there are several release builds from source, it's easy to switch in 
different local builds.

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to