Re: gzip help

2010-05-18 Thread Mag Gam
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

Re: gzip help

2010-05-18 Thread Andrew Benton
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

Re: gzip help

2010-05-17 Thread William Immendorf
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

Re: gzip help

2010-05-17 Thread Bruce Dubbs
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

Re: gzip help

2010-05-17 Thread Mag Gam
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

gzip help

2010-05-16 Thread Mag Gam
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) };