@shriramrseee ➜ /workspaces/jblas/target (main) $ java -jar jblas-1.2.6-SNAPSHOT.jar -- org.jblas INFO jblas version is 1.2.4 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 Loading libquadmath-0.so from /lib/static/Linux/amd64/, copying to libquadmath-0.so. -- org.jblas CONFIG Loading libgfortran-5.so from /lib/static/Linux/amd64/, copying to libgfortran-5.so. -- 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). -- org.jblas CONFIG Loading libjblas_arch_flavor.so from /lib/static/Linux/amd64/, copying to libjblas_arch_flavor.so. -- org.jblas CONFIG Loading libjblas.so from /lib/static/Linux/amd64/sse3/, copying to libjblas.so. checking matrix multiplication... ok checking existence of dsyev...... ok [-0.210656, -0.640445, 0.656727; -0.509085, -0.116445, 0.154634; -0.807515, 0.407556, -0.077317; 0.210656, 0.640445, 0.734044] [17.233688; 1.414214; 0.000000] [-0.470605, 0.782218, -0.408248; -0.571449, 0.082339, 0.816497; -0.672293, -0.617540, -0.408248] [17.233688; 1.414214; 0.000000] checking existence of dgesvd...... ok Checking complex return values... (z = -21.0 + 88.0i) Check whether we're catching XERBLA errors. If you see something like "** On entry to DGEMM parameter number 4 had an illegal value", it didn't work! checking XERBLA... ok Sanity checks passed. Each benchmark will take about 5 seconds... Running benchmark "Java matrix multiplication, double precision". n = 10 : 1.832 GFLOPS (4580845 iterations in 5.0 seconds) n = 100 : 2.475 GFLOPS (6189 iterations in 5.0 seconds) n = 1000 : 2.461 GFLOPS (7 iterations in 5.7 seconds) Running benchmark "Java matrix multiplication, single precision". n = 10 : 1.849 GFLOPS (4621584 iterations in 5.0 seconds) n = 100 : 2.723 GFLOPS (6808 iterations in 5.0 seconds) n = 1000 : 2.783 GFLOPS (8 iterations in 5.7 seconds) Running benchmark "native matrix multiplication, double precision". n = 10 : 2.355 GFLOPS (5888442 iterations in 5.0 seconds) n = 100 : 32.302 GFLOPS (80757 iterations in 5.0 seconds) n = 1000 : 43.494 GFLOPS (109 iterations in 5.0 seconds) Running benchmark "native matrix multiplication, single precision". n = 10 : 2.941 GFLOPS (7353118 iterations in 5.0 seconds) n = 100 : 62.389 GFLOPS (155974 iterations in 5.0 seconds) n = 1000 : 123.118 GFLOPS (308 iterations in 5.0 seconds) -- org.jblas INFO Deleting /tmp/jblas2693529846566504630/libquadmath-0.so -- org.jblas INFO Deleting /tmp/jblas2693529846566504630/libjblas.so -- org.jblas INFO Deleting /tmp/jblas2693529846566504630/libjblas_arch_flavor.so -- org.jblas INFO Deleting /tmp/jblas2693529846566504630/libgfortran-5.so -- org.jblas INFO Deleting /tmp/jblas2693529846566504630