uncomplicate

Empperi 2021-09-11T08:39:53.001Z

Hi, referring this question from #clojure to here

Empperi 2021-09-11T08:40:17.001500Z

I'm a bit stumped. Been looking at java.library.path too but doesn't seem to work

Empperi 2021-09-11T08:41:06.002500Z

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

jsa-aerial 2021-09-11T16:46:29.003900Z

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.dylib

jsa-aerial 2021-09-11T16:48:36.006200Z

With .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.

jsa-aerial 2021-09-11T16:50:54.007900Z

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.)