Dear All, I'm using eigen in a library I call from python via pybind11.
As long as I just use plain eigen, everything works fine. As soon as I want to use the MKL backend, I do have to set an appropriate LD_PRELOAD pointing to the installation of libmkl_rt.so. Once I set the LD_PRELOAD it runs fine. Any suggestion on avoiding having to set the LD_PRELOAD as it is not very user friendly. Best regards, Peter
