Skip to content

Instantly share code, notes, and snippets.

@axsk
Last active April 17, 2016 12:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save axsk/1efa7fbbd07aeff99b8cae0321ae235f to your computer and use it in GitHub Desktop.
Save axsk/1efa7fbbd07aeff99b8cae0321ae235f to your computer and use it in GitHub Desktop.
make error
zblat2: ztrmv.c:265: ztrmv_: Assertion `stack_check == 0x7fc01234' failed.
Program received signal SIGABRT: Process abort signal.
Backtrace for this error:
#0 0x2ADA1D74C777
#1 0x2ADA1D74CD7E
#2 0x2ADA1DFA7D3F
#3 0x2ADA1DFA7CC9
#4 0x2ADA1DFAB0D7
#5 0x2ADA1DFA0B85
#6 0x2ADA1DFA0C31
#7 0x41C461 in ztrmv_
#8 0x40F94E in zchk3_
#9 0x41AD89 in MAIN__ at zblat2.f:?
Aborted
make[3]: *** [level2] Error 134
make[3]: *** Waiting for unfinished jobs....
make[2]: *** [tests] Error 2
*** Clean the OpenBLAS build with 'make -C deps clean-openblas'. Rebuild with 'make OPENBLAS_USE_THREAD=0' if OpenBLAS had trouble linking libpthread.so, and with 'make OPENBLAS_TARGET_ARCH=NEHALEM' if there were errors building SandyBridge support. Both these options can also be used simultaneously. ***
make[1]: *** [build/openblas-a71e8c82f6a9f73093b631e5deab1e8da716b61f/libopenblas64_.so] Error 1
make: *** [julia-deps] Error 2
JULIA_CPU_TARGET:=core2
prefix=/datanumerik/bzfsikor/julia/julia-head
@axsk
Copy link
Author

axsk commented Apr 17, 2016

Fixed by setting OPENBLAS_TARGET_ARCH=BARCELONA

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment