Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CONFIG BLAS native library not found in path. #50

Closed
lordbyte opened this issue Aug 14, 2014 · 1 comment
Closed

CONFIG BLAS native library not found in path. #50

lordbyte opened this issue Aug 14, 2014 · 1 comment

Comments

@lordbyte
Copy link

uname -a
SunOS opensolaris.2009.06 5.11 snv_134b i86pc i386 i86pc Solaris

java -version
java version "1.6.0_18"
Java(TM) SE Runtime Environment (build 1.6.0_18-b07)
Java HotSpot(TM) Server VM (build 16.0-b13, mixed mode)

java -server -jar jblas-1.2.3.jar
-- org.jblas INFO jblas version is 1.2.3
Simple benchmark for jblas

Running sanity benchmarks.

checking vector addition... ok
-- org.jblas CONFIG BLAS native library not found in path. Copying native library from the archive. Consider installing the library somewhere in the path (for Windows: PATH, for Linux: LD_LIBRARY_PATH).
-- org.jblas CONFIG ArchFlavor native library not found in path. Copying native library libjblas_arch_flavor from the archive. Consider installing the library somewhere in the path (for Windows: PATH, for Linux: LD_LIBRARY_PATH).
Exception in thread "main" java.lang.UnsatisfiedLinkError: org.jblas.NativeBlas.dgemm(CCIIID[DII[DIID[DII)V
at org.jblas.NativeBlas.dgemm(Native Method)
at org.jblas.SimpleBlas.gemm(SimpleBlas.java:251)
at org.jblas.DoubleMatrix.mmuli(DoubleMatrix.java:1697)
at org.jblas.DoubleMatrix.mmul(DoubleMatrix.java:3054)
at org.jblas.util.SanityChecks.checkMatrixMultiplication(SanityChecks.java:91)
at org.jblas.util.SanityChecks.main(SanityChecks.java:182)
at org.jblas.benchmark.Main.main(Main.java:114)
morten@opensolaris.2009.06:/The-Hill-cipher2$
morten@opensolaris.2009.06:
/The-Hill-cipher2$
morten@opensolaris.2009.06:~/The-Hill-cipher2$ java -jar jblas-1.2.3.jar
-- org.jblas INFO jblas version is 1.2.3
Simple benchmark for jblas

Running sanity benchmarks.

checking vector addition... ok
-- org.jblas CONFIG BLAS native library not found in path. Copying native library from the archive. Consider installing the library somewhere in the path (for Windows: PATH, for Linux: LD_LIBRARY_PATH).
-- org.jblas CONFIG ArchFlavor native library not found in path. Copying native library libjblas_arch_flavor from the archive. Consider installing the library somewhere in the path (for Windows: PATH, for Linux: LD_LIBRARY_PATH).
Exception in thread "main" java.lang.UnsatisfiedLinkError: org.jblas.NativeBlas.dgemm(CCIIID[DII[DIID[DII)V
at org.jblas.NativeBlas.dgemm(Native Method)
at org.jblas.SimpleBlas.gemm(SimpleBlas.java:251)
at org.jblas.DoubleMatrix.mmuli(DoubleMatrix.java:1697)
at org.jblas.DoubleMatrix.mmul(DoubleMatrix.java:3054)
at org.jblas.util.SanityChecks.checkMatrixMultiplication(SanityChecks.java:91)
at org.jblas.util.SanityChecks.main(SanityChecks.java:182)
at org.jblas.benchmark.Main.main(Main.java:114)
morten@opensolaris.2009.06:~/The-Hill-cipher2$

@mikiobraun
Copy link
Member

Hi lordbyte,

sorry, the jblas jar does not support SunOS (anymore). You'd have to
compile ATLAS (or some other BLAS/LAPACK lib), and then recompile from the
sources.

Best,

-M

On Thu, Aug 14, 2014 at 10:36 AM, lordbyte notifications@github.com wrote:

uname -a
SunOS opensolaris.2009.06 5.11 snv_134b i86pc i386 i86pc Solaris

java -version
java version "1.6.0_18"
Java(TM) SE Runtime Environment (build 1.6.0_18-b07)
Java HotSpot(TM) Server VM (build 16.0-b13, mixed mode)

java -server -jar jblas-1.2.3.jar
-- org.jblas INFO jblas version is 1.2.3
Simple benchmark for jblas

Running sanity benchmarks.

checking vector addition... ok
-- org.jblas CONFIG BLAS native library not found in path. Copying native
library from the archive. Consider installing the library somewhere in the
path (for Windows: PATH, for Linux: LD_LIBRARY_PATH).
-- org.jblas CONFIG ArchFlavor native library not found in path. Copying
native library libjblas_arch_flavor from the archive. Consider installing
the library somewhere in the path (for Windows: PATH, for Linux:
LD_LIBRARY_PATH).
Exception in thread "main" java.lang.UnsatisfiedLinkError:
org.jblas.NativeBlas.dgemm(CCIIID[DII[DIID[DII)V
at org.jblas.NativeBlas.dgemm(Native Method)
at org.jblas.SimpleBlas.gemm(SimpleBlas.java:251)
at org.jblas.DoubleMatrix.mmuli(DoubleMatrix.java:1697)
at org.jblas.DoubleMatrix.mmul(DoubleMatrix.java:3054)
at
org.jblas.util.SanityChecks.checkMatrixMultiplication(SanityChecks.java:91)
at org.jblas.util.SanityChecks.main(SanityChecks.java:182)
at org.jblas.benchmark.Main.main(Main.java:114)
morten@opensolaris.2009.06:/The-Hill-cipher2$
morten@opensolaris.2009.06:
/The-Hill-cipher2$
morten@opensolaris.2009.06:~/The-Hill-cipher2$ java -jar jblas-1.2.3.jar
-- org.jblas INFO jblas version is 1.2.3
Simple benchmark for jblas

Running sanity benchmarks.

checking vector addition... ok
-- org.jblas CONFIG BLAS native library not found in path. Copying native
library from the archive. Consider installing the library somewhere in the
path (for Windows: PATH, for Linux: LD_LIBRARY_PATH).
-- org.jblas CONFIG ArchFlavor native library not found in path. Copying
native library libjblas_arch_flavor from the archive. Consider installing
the library somewhere in the path (for Windows: PATH, for Linux:
LD_LIBRARY_PATH).
Exception in thread "main" java.lang.UnsatisfiedLinkError:
org.jblas.NativeBlas.dgemm(CCIIID[DII[DIID[DII)V
at org.jblas.NativeBlas.dgemm(Native Method)
at org.jblas.SimpleBlas.gemm(SimpleBlas.java:251)
at org.jblas.DoubleMatrix.mmuli(DoubleMatrix.java:1697)
at org.jblas.DoubleMatrix.mmul(DoubleMatrix.java:3054)
at
org.jblas.util.SanityChecks.checkMatrixMultiplication(SanityChecks.java:91)
at org.jblas.util.SanityChecks.main(SanityChecks.java:182)
at org.jblas.benchmark.Main.main(Main.java:114)
morten@opensolaris.2009.06:~/The-Hill-cipher2$


Reply to this email directly or view it on GitHub
#50.

Mikio Braun - http://blog.mikiobraun.de, http://twitter.com/mikiobraun

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants