-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OpenBLAS tests fail during julia build #388
Comments
Have you tried manually specifying a target architecture in Make.inc ( |
Yes, this looks like an issue to be filed with openblas. |
I am closing this for now, since this error has not been seen before in julia builds, and it is certainly an openblas issue. |
this ensures that we only introduce bindings for values that we define here
Building on Fedora Core 16 on an AMD E-350. (Linux thor-fedora16 3.2.6-3.fc16.i686 #1 SMP Mon Feb 13 20:52:22 UTC 2012 i686 i686 i386 GNU/Linux)
(It's possible that this should be an OpenBLAS issue, but I wanted to start here in case this test failure has been seen before in Julia builds.)
Real BLAS Test Program Results
Test of subprogram number 1 DDOT
----- PASS -----
Test of subprogram number 2 DAXPY
----- PASS -----
Test of subprogram number 3 DROTG
----- PASS -----
Test of subprogram number 4 DROT
----- PASS -----
Test of subprogram number 5 DCOPY
/bin/sh: line 1: 18007 Illegal instruction (core dumped) OPENBLAS_NUM_THREADS=1 ./dblat2 < ./dblat2.dat
make[3]: *** [level2] Error 132
make[3]: *** Waiting for unfinished jobs....
make[3]: *** [level1] Illegal instruction (core dumped)
make[2]: *** [tests] Error 2
make[1]: *** [openblas-v0.1alpha2.4/libopenblas.a] Error 2
make: *** [julia-release] Error 2
The text was updated successfully, but these errors were encountered: