This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
To get a full picture, it would be nice to see icc times too.I wrote a Fortran to C++ conversion program that I used to convert selected LAPACK sources. Comparing runtimes with different compilers I get:
absolute relative ifort 11.1.072 1.790s 1.00 gfortran 4.4.4 2.470s 1.38 g++ 4.4.4 2.922s 1.63
This is under Fedora 13, 64-bit, 12-core Opteron 2.2GHzI think it is more important (and harder) to make gfortran closer to ifort.
All files needed to easily reproduce the results are here:
http://cci.lbl.gov/lapack_fem/
See the README file or the example commands below.
Questions:
- Is there a way to make the g++ version as fast as ifort?
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |