Description
Hi, when I compile openblas on the Ubuntu, the error prints:
Backtrace for this error:
#0 0x7f6de75b9cd1 in ???
#1 0x7f6de75b8ea5 in ???
#2 0x7f6de727c20f in ???
#3 0x562d50403763 in ???
#4 0x562d50403b60 in ???
#5 0x562d503d0087 in ???
#6 0x562d503ca947 in ???
#7 0x562d503cf6ea in ???
#8 0x562d503c064e in ???
#9 0x7f6de725d0b2 in ???
#10 0x562d503c06dd in ???
#11 0xffffffffffffffff in ???
OPENBLAS_NUM_THREADS=1 OMP_NUM_THREADS=1 ./zblat3 < ./zblat3.dat
Segmentation fault (core dumped)
make[1]: *** [Makefile:36: level2] Error 139
make[1]: *** Waiting for unfinished jobs....
rm -f ?BLAT3.SUMM
OPENBLAS_NUM_THREADS=2 ./sblat3 < ./sblat3.dat
OPENBLAS_NUM_THREADS=2 ./dblat3 < ./dblat3.dat
OPENBLAS_NUM_THREADS=2 ./cblat3 < ./cblat3.dat
OPENBLAS_NUM_THREADS=2 ./zblat3 < ./zblat3.dat
make[1]: Leaving directory '/home/jiayusun/Downloads/cp2k-6.1/tools/toolchain/build/OpenBLAS-0.2.20/test'
make: *** [Makefile:117: tests] Error 2
How can I handle this problem?
Thank you so much
Sincerely
SUN