MATLAB not Starting on Ubuntu 18.04 with Intel Compilers
Show older comments
Dear all,
I've succesfully installed MATLAB R2017b on an Ubuntu 18.04 machine, but every time I try to start it I receive this error:
MATLAB is selecting SOFTWARE OPENGL rendering.
/usr/local/MATLAB/R2017b/bin/glnxa64/MATLAB: symbol lookup error: /opt/intel/compilers_and_libraries_2018.2.199/linux/compiler/lib/intel64/libirng.so: undefined symbol: __intel_skx_avx512_memcpy
Why is MATLAB interacting with libraries from the Intel compilers? How can I solve such crash?
UPDATE: the symbol is actually undefined:
$ nm -D /opt/intel/compilers_and_libraries_2018.2.199/linux/compiler/lib/intel64/libirng.so | grep __intel_skx_avx512_memcpy
U __intel_skx_avx512_memcpy
But libirng.so, as far as I understand, is an intel-only library, so it shouldn't be needed by MATLAB...
Thank you!
4 Comments
Walter Roberson
on 30 May 2018
Possibly your LD_LIBRARY_PATH has /opt/intel/compilers_and_libraries_2018.2.199/linux/compiler/lib/intel64 earlier than some other location where libirng.so is expected so possibly you are getting the Intel version instead of the one MATLAB wants ?
Federico
on 30 May 2018
Walter Roberson
on 30 May 2018
I think you should probably start a technical support case about this.
Federico
on 31 May 2018
Accepted Answer
More Answers (0)
Categories
Find more on Startup and Shutdown in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!