我在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 配置)中,它没有问题,这是怎么发生的,有人可以帮助我吗?