anko-intel commented on issue #18879:
URL: 
https://github.com/apache/incubator-mxnet/issues/18879#issuecomment-675441896


   Hi @beew,
   Thanks for your answer.
   You probably already know it - you can also have several MKL versions and 
switch between them.
   Thanks to that you can switch to MKL 2019 just before compilation of Mxnet 
by :
   ```
   ls -la /opt/intel/compilers_and_libraries
   cd /opt/intel
   sudo rm compilers_and_libraries
   sudo ln -s compilers_and_libraries_2019.1.144 compilers_and_libraries
   ```
   and after MxNet compilation you can restore compilers_and_libraries link to 
your default MKL versions used by other software.
   


----------------------------------------------------------------
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]


Reply via email to