Hi, referring this question from #clojure to here
I'm a bit stumped. Been looking at java.library.path too but doesn't seem to work
Although when using mlk-platform-redist I do not know where should I even point java.library.path to. But that being said, I did manually install MKL with Intel oneAPI also and pointed to it's MKL dlls but no dice
Since you have MKL installed, the java path is irrelevant. You need to make sure the Win lib path includes the directories contaIning these libraries:
libiomp5.dylib
libmkl_avx2.dylib
libmkl_avx512.dylib
libmkl_core.dylib
libmkl_intel_lp64.dylib
libmkl_intel_thread.dylib
libmkl_rt.dylib
libmkl_vml_avx2.dylib
libmkl_vml_mc.dylibWith .dll extensions of course. I know that Intel installation of MKL does not put all of these in a single directory on some platforms or some installs. I don't recall the details about Win as I just install these libs in a location that Win already has on its lib path.
BTW, you will have better luck (more responsive) asking questions about this in https://clojurians.zulipchat.com/#narrow/stream/151924-data-science - that's where most Clojure datascience stuff is discussed (and various other more specific streams, but that one will get you to where you want.)