This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran 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]

Re: Polyhedron benchmark on Opteron


On Fri, Sep 29, 2006 at 04:13:39PM +0200, Fran?ois-Xavier Coudert wrote:
> 
> I wanted to report some results for the Polyhedron benchmark** on
> Opteron (hardware details at the bottom of this mail). I used gfortran
> mainline (4.2.0 on 2006-09-28) and Intel 9.1.037 for comparison.
> Options used are :
>  * gfortran -march=k8 -ffast-math -funroll-loops -static -O3
>  * ifort -O3 -xW -ipo -static -V
> 

If -ipo means interprocedure optimization, then this
isn't something for someone new to gcc/gfortran to do.
What are the comparisons if -ipo is removed?  Conversely,
do the ipa and lto branches contain a working gfortran?

-- 
Steve


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]