- I've been able to get it working is by doing an LD_PRELOAD containing all of the main MKL libraries I need (mkl_core.so, mkl_sequential.so, mkl_intel_lp64.so) when starting the executable. But this is not ideal because then the libraries ar...
-> please check by calling `echo $LD_LIBRARY_PATH` and compare the folders listed there with the path where libhdf5.so.10 is located. - possibly relink dextract -> before doing so, check that this linehttps://github.com/thegenemyers/DEXTRACTOR/blob/master/Makefile#L2points to the locat...
2. https://software.intel.com/en-us/articles/build-r-301-with-intel-c-compiler-and-intel-mkl-on-linux I guess, you have read them. Not sure if the build process was changed in later R version. for example, there are several places; 1. like MKL library mkl_intel_lp64 if...