-
-
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] make testall - error in spawn.jl #6728
Comments
Could you try openblas 0.2.9-rc2? |
Anything else that I should try? Thanks. |
Sorry, I left out some information: you can tell the Julia build system to use that version by creating a file
I'm not sure if OpenBLAS does the processor detection at runtime or compile time, so it might be worth doing If that still doesn't resolve the issue then hopefully someone who knows OpenBLAS will comment! |
It looks like rc2 should make that warning go away by default (unless Setting |
On Sat, May 3, 2014 at 10:57 PM, Isaiah [email protected] wrote:
~/julia$ make -C deps clean-openblas
END OF TESTS OpenBLAS build complete. (BLAS CBLAS LAPACK LAPACKE) OS ... Linux To install the library, you can run "make PREFIX=/path/to/your/installation
I think it solved the AVX issue partly, because I didnt see the earlier messages, rather this is the new issue upon running testall:
julia: src/unix/core.c:764: uv__io_stop: Assertion `loop->watchers[w->fd] Any ideas on why the core.c fails? TIA. |
On Sat, May 3, 2014 at 11:22 PM, Tony Kelman [email protected]:
ATM, the error message has gone (see my reply to Isaiah) but yeah, I agree
|
Cool, thanks. Not sure about the latest error.. You could try |
On Sun, May 4, 2014 at 12:12 AM, Isaiah [email protected] wrote:
Thanks Isaiah, other than this warning below, I didnt see the earlier CC src/gc.o Thanks for all the help :)
|
I think we have several open issues for which the resolution is "upgrade openblas", so we can probably close this. |
On Ubuntu 14.04 LTS, running commit 1651d99 gives the same bug as discussed in this thread: https://groups.google.com/d/msg/julia-dev/cgsX-J_hvXg/QVaZa9qyttEJ
Output of:
Julia Version 0.3.0-prerelease+2841
Commit 1651d99* (2014-04-30 17:12 UTC)
Platform Info:
System: Linux (i686-linux-gnu)
CPU: Intel(R) Pentium(R) CPU B950 @ 2.10GHz
WORD_SIZE: 32
BLAS: libopenblas (DYNAMIC_ARCH NO_AFFINITY)
LAPACK: libopenblas
LIBM: libopenlibm
$(joinpath(JULIA_HOME,"julia")) -f -e 'println(STDERR,"Hello World")'
.>cat
)"OpenBLAS : Your OS does not support AVX instructions. OpenBLAS is using Nehalem kernels as a fallback, which may give poorer performance.\nHello World\n"
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 14.04 LTS
Release: 14.04
Codename: trusty
$ uname -r
3.13.0-24-generic
cc @xianyi
The text was updated successfully, but these errors were encountered: