Hi Andy,
I just compiled python and doing a benchmark with gcc and icc. The icc
is about 10% faster. I work in a physics lab and we try to get most
performance out of boxes. We have a farm of 2000 servers and my
program runs over 20k a day. If I can get 10% gain, I will take it!
That will save ma
On 16/05/10 19:29, Mag Gam wrote:
> I am trying to compile gzip using icc. I tried following these
> instructions,
> http://www.linuxfromscratch.org/hints/downloads/files/intel-c-compiler.txt
>
Just out of curiosity, why did you choose to use the (closed source)
intel compiler? People used to say
On Mon, May 17, 2010 at 7:08 PM, Mag Gam wrote:
> Any help?
Sorry, can't really help you, as I've never used the Intel C compiler.
What version of the Intel C compiler are you using?
--
William Immendorf
The ultimate in free computing.
Messages in plain text, please, no HTML.
GPG key ID: 1697BE9
Mag Gam wrote:
> I am trying to compile gzip using icc. I tried following these
> instructions,
> http://www.linuxfromscratch.org/hints/downloads/files/intel-c-compiler.txt
>
>
> But I keep getting,
>
> isnan.c(132): error: floating-point operation result is out of range
> static memory_dou
Any help?
On Sun, May 16, 2010 at 2:29 PM, Mag Gam wrote:
> I am trying to compile gzip using icc. I tried following these
> instructions,
> http://www.linuxfromscratch.org/hints/downloads/files/intel-c-compiler.txt
>
>
> But I keep getting,
>
> isnan.c(132): error: floating-point operation res
I am trying to compile gzip using icc. I tried following these
instructions,
http://www.linuxfromscratch.org/hints/downloads/files/intel-c-compiler.txt
But I keep getting,
isnan.c(132): error: floating-point operation result is out of range
static memory_double nan = { L_(0.0) / L_(0.0) };