Commit 486ec6c6 authored by Julieta's avatar Julieta Committed by Matthijs Douze

Add LD_PRELOAD update to MKL compile instructions (#197)

It took me quite some time to get around this error -- it might save others time.
parent 8d0643ae
......@@ -49,8 +49,12 @@ FAISSSHAREDFLAGS=-shared
#
# BLASCFLAGS=-DFINTEGER=long
#
# you may have to set the LD_LIBRARY_PATH=$MKLROOT/lib/intel64 at runtime
#
# you may have to set the LD_LIBRARY_PATH=$MKLROOT/lib/intel64 at runtime.
# If at runtime you get the error:
# Intel MKL FATAL ERROR: Cannot load libmkl_avx2.so or libmkl_def.so.
# You may add set
# LD_PRELOAD=$MKLROOT/lib/intel64/libmkl_core.so:$MKLROOT/lib/intel64/libmkl_sequential.so
# at runtime as well.
#
# 2. Openblas
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment