[Numpy-discussion] Incompatability of svn 3868 distutils with v10.0 Intel compilers and MKL9.1

Matthieu Brucher matthieu.brucher at gmail.com
Thu Jun 14 03:17:49 EDT 2007


>
> cc_exe = 'icc -g -fomit-frame-pointer -xT -fast'
>


Just some comments on that :
- in release mode, you should not use '-g', it slows down the execution of
your program
- -fast uses -xT for the moment ;)
- -fomit-pointer is the default as soon as there is no -O0 or -g

Matthieu
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/numpy-discussion/attachments/20070614/f73168db/attachment.html>


More information about the NumPy-Discussion mailing list