LU-decomposition / dgetrf - UnsatisfiedLinkError

瀏覽次數:8 次
跳到第一則未讀訊息

Q

未讀,
2020年11月30日 下午3:36:412020/11/30
收件者:jblas-users
When I call jblas.Decompose/lu which uses jblas.NativeBlas/dgetrf I have an UnsatisfiedLinkError thrown.
So I guess there must be something insufficient with my native blas libs, but I'm having the hardest time coming up with something useful via google or the jblas documentation.
I'm using version 1.2.3 of jblas. Also I've got a libblas installed that apparently came with my system (Ubuntu 20.04) and installed libopenblas to no avail so far:

❯ sudo ldconfig -p | grep blas
libopenblas.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopenblas.so.0
libopenblas.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopenblas.so
libblas.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblas.so.3
libblas.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libblas.so
and I've got liblapack installed:
❯ sudo ldconfig -p | grep lapack
liblapack.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblapack.so.3
liblapack.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblapack.so

So some questions: will libopenblas and libblas collide in this manner?
How can I help jblas to find an implementation for dgetrf?
Sorry about the nooby questions, rather new to the entire LA computing party
回覆所有人
回覆作者
轉寄
0 則新訊息