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 <[email protected]> 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 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 me on my Mac with both Julia 0.4.3 and 0.4.5 > > julia> @time eig(rand(3000,3000)) > 69.368845 seconds (668.10 k allocations: 780.731 MB, 0.30% gc time) > >
