After sometime away from my PC. Today I installed some updates on Ubuntu 18.04.2 LTS, did a reboot, and now Juno shows me a message:
Intel MKL FATAL ERROR: Cannot load libmkl_intel_thread.so.
I’m using Julia build with MKL, so I though that just adding the path to the missing library would fix the problem. I put the following line on .profile
file:
export LD_PRELOAD=“$LD_PRELOAD:/opt/intel/compilers_and_libraries_2018.3.222/linux/mkl/lib/intel64_lin/libmkl_intel_thread.so”
and then, on terminal
source .profile
I can use Julia via terminal without problems, but Juno still have the issue with MKL.
Does anybody has the same experience ?