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 Sandybridge)

  LAPACK: libopenblas64_

  LIBM: libopenlibm

  LLVM: libLLVM-3.3


I have the 0.45 binary downloaded from the julia.org site.

Best,

Rodrigo

-- Rodrigo Miranda

"We are just an advanced breed of monkeys on a minor planet of a very
average star. But we can understand the Universe. That makes us something
very special." - Stephen Hawking quoted in Der Spiegel

On Fri, Jun 3, 2016 at 6:54 PM, Stefan Karpinski <ste...@karpinski.org>
wrote:

> 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 <stevenj....@gmail.com>
> 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)
>>
>>
>

Reply via email to