1. 程式人生 > >Failed to load implementation from: com.github.fommil.netlib.NativeSystemBLAS解決方法

Failed to load implementation from: com.github.fommil.netlib.NativeSystemBLAS解決方法

在jvm引數中加上

-Dcom.github.fommil.netlib.BLAS=com.github.fommil.netlib.NativeRefBLAS

-Dcom.github.fommil.netlib.LAPACK=com.github.fommil.netlib.NativeRefLAPACK
-Dcom.github.fommil.netlib.ARPACK=com.github.fommil.netlib.NativeRefARPACK
-Dcom.github.fommil.netlib.NativeRefBLAS=/usr/lib/netlib-native_ref-linux-x86_64.so

-Dcom.github.fommil.netlib.NativeSystemBLAS.natives=/usr/lib/netlib-native_system-linux-x86_64.so


netlib-native_ref-linux-x86_64.so及netlib-native_system-linux-x86_64.so一定要在LD_LIBRARY_PATH下