Has gcc closed the gap to the Intel compiler?
Posted: 19 Nov 2009, 15:25
I just made some compilations of Crafty 23.1 with different compilers and I'm a bit astonished when I compare the results of bench.
I use an 64-bit Linux and the versions of gcc and the intel compiler are:
With identical settings for both versions I got for the gcc executabel:
Total nodes: 102663816
Raw nodes per second: 2325341
Total elapsed time: 44.15
And for the intel compilation:
Total nodes: 102663816
Raw nodes per second: 2301879
Total elapsed time: 44.60
In the past there was always a huge difference. Does someone else observe something similar? Or am I just doing someting wrong?
vp
I use an 64-bit Linux and the versions of gcc and the intel compiler are:
- Code: Select all
volker@vpittlik:~$ icc -V
Intel(R) C Compiler for applications running on Intel(R) 64, Version 10.1 Build 20080312 Package ID: l_cc_p_10.1.015
Copyright (C) 1985-2008 Intel Corporation. All rights reserved.
FOR NON-COMMERCIAL USE ONLY
volker@vpittlik:~$ gcc --version
gcc (GCC) 4.2.4 (Ubuntu 4.2.4-1ubuntu4)
With identical settings for both versions I got for the gcc executabel:
Total nodes: 102663816
Raw nodes per second: 2325341
Total elapsed time: 44.15
And for the intel compilation:
Total nodes: 102663816
Raw nodes per second: 2301879
Total elapsed time: 44.60
In the past there was always a huge difference. Does someone else observe something similar? Or am I just doing someting wrong?
vp