Re: [julia-users] Re: big on the mac with large matrices

2016-06-06 Thread Jeremy Kozdon
I Installed via the OSX binary. Here is the info on my install julia> versioninfo() Julia Version 0.4.5 Commit 2ac304d (2016-03-18 00:58 UTC) Platform Info: System: Darwin (x86_64-apple-darwin13.4.0) CPU: Intel(R) Xeon(R) CPU E5-1650 v2 @ 3.50GHz WORD_SIZE: 64 BLAS: libopenblas

Re: [julia-users] Re: big on the mac with large matrices

2016-06-05 Thread Rodrigo Miranda
Happens on my install as well. versioninfo() -> ulia Version 0.4.5 Commit 2ac304d (2016-03-18 00:58 UTC) Platform Info: System: Darwin (x86_64-apple-darwin13.4.0) CPU: Intel(R) Core(TM) i7-3740QM CPU @ 2.70GHz WORD_SIZE: 64 BLAS: libopenblas (USE64BITINT DYNAMIC_ARCH NO_AFFINITY

Re: [julia-users] Re: big on the mac with large matrices

2016-06-04 Thread Tony Kelman
And where exactly did you install Julia from? The staticfloat/homebrew-julia tap, the OSX binaries, homebrew-cask (which should be the same as the OSX binaries), source build, etc? On Friday, June 3, 2016 at 2:55:21 PM UTC-7, Stefan Karpinski wrote: > > What BLAS library are you using? I.e.

Re: [julia-users] Re: big on the mac with large matrices

2016-06-03 Thread Stefan Karpinski
What BLAS library are you using? I.e. what is the output of versioninfo()? On Fri, Jun 3, 2016 at 5:17 PM, Steven G. Johnson wrote: > > > On Friday, June 3, 2016 at 3:16:17 PM UTC-4, Jeremy Kozdon wrote: >> >> On my mac (and the several other macs I have tried) the

[julia-users] Re: big on the mac with large matrices

2016-06-03 Thread Steven G. Johnson
On Friday, June 3, 2016 at 3:16:17 PM UTC-4, Jeremy Kozdon wrote: > > On my mac (and the several other macs I have tried) the following command > in Julia 0.4.5 > >eig(rand(3000,3000)) > > causes Julia to crash. It seems to run fine on my linux machines and > JuliaBox. Works fine for