CentOS6.5上的OpenBLAS sgemm_oncopy错误

时间:2015-10-28 15:19:53

标签: 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, 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作为服务器),它没有问题,这是怎么发生的,有人可以帮助我吗?

0 个答案:

没有答案