Java CentOS6.5上的OpenBLAS sgemm_oncopy错误

Java CentOS6.5上的OpenBLAS sgemm_oncopy错误,java,linux,centos6.5,openblas,Java,Linux,Centos6.5,Openblas,我已经在linux上编译了OpenBlas0.2.14,并且在我的CNN代码中使用了OpenBlas库,当我将代码提交到服务器(CentOS6.5、gcc4.4.7、g++4.4.7、glibc2.12)时,我得到了以下错误: # An unexpected error has been detected by Java Runtime Environment: # # SIGILL (0x4) at pc=0x00007fb75a5fc840, pid=1270, ti

我已经在linux上编译了OpenBlas0.2.14,并且在我的CNN代码中使用了OpenBlas库,当我将代码提交到服务器(CentOS6.5、gcc4.4.7、g++4.4.7、glibc2.12)时,我得到了以下错误:

    # An unexpected error has been detected by Java Runtime Environment:
    #
    # SIGILL (0x4) at pc=0x00007fb75a5fc840, pid=1270, tid=140425791407872
    #
    # Java VM: Java HotSpot(TM) 64-Bit Server VM (11.3-b02 mixed mode linux-amd64)
    # Problematic frame:
    # C [libtest.so+0x1a840] sgemm_oncopy+0x40
    #
    # An error report file with more information is saved as:
    # /home/test/hs_err_pid1270.log
    #
    # If you would like to submit a bug report, please visit:
    # http://java.sun.com/webapps/bugreport/crash.jsp
    # The crash happened outside the Java Virtual Machine in native code.
    # See problematic frame for where to report the bug.
然而,在我的CentOS6.5中(与服务器的gcc、g++、glibc配置相同),它没有问题,这是怎么发生的,有人能帮我吗