Skip to content
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

Closed
ajdecon opened this issue Feb 19, 2012 · 3 comments
Closed

OpenBLAS tests fail during julia build #388

ajdecon opened this issue Feb 19, 2012 · 3 comments
Labels
building Build system, or building Julia or its dependencies

Comments

@ajdecon
Copy link
Contributor

ajdecon commented Feb 19, 2012

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

@JeffBezanson
Copy link
Sponsor Member

Have you tried manually specifying a target architecture in Make.inc (TARGET_OPENBLAS_ARCH=...)? If that doesn't work I would (1) see if this is fixed in openblas v0.1alpha2.5 which we are now using instead of 2.4, and (2) look for/file an appropriate openblas issue.

@ViralBShah
Copy link
Member

Yes, this looks like an issue to be filed with openblas.

@ViralBShah
Copy link
Member

I am closing this for now, since this error has not been seen before in julia builds, and it is certainly an openblas issue.

StefanKarpinski pushed a commit that referenced this issue Feb 8, 2018
this ensures that we only introduce bindings for values that we define here
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
building Build system, or building Julia or its dependencies
Projects
None yet
Development

No branches or pull requests

3 participants