[Numpy-discussion] Incompatability of svn 3868 distutils with v10.0 Intel compilers and MKL9.1
Matthieu Brucher
matthieu.brucher@gmail....
Thu Jun 14 02:17:49 CDT 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://projects.scipy.org/pipermail/numpy-discussion/attachments/20070614/f73168db/attachment.html
More information about the Numpy-discussion
mailing list