[Numpy-discussion] ANN: NumPy 1.2.0

David Cournapeau cournapeau at cslab.kecl.ntt.co.jp
Mon Sep 29 04:30:55 EDT 2008


On Mon, 2008-09-29 at 10:21 +0200, Matthieu Brucher wrote:
> 
> Hi, I compiled Python with a 64bits compiler (icc 10.1.018) as well as
> Numpy (that reminds me that I should link against the MKL as well). I
> know it's only tolerance errors, but they still show up ;)

Did you compile with the -fast option ? Because this flag is not
harmless with numpy in my experience (same for sunsstudio; in the later,
numpy crashes quite quickly, actually). I don't know if this is a bug in
numpy or in the compilers.

cheers,

David




More information about the NumPy-Discussion mailing list