[Beowulf] Intel 64bit (emt) Fortran code and AMD Opteron
Many of your questions may have already been answered in earlier discussions or in the FAQ. The search results page will indicate current discussions as well as past list serves, articles, and papers.
Mark Hahn hahn at physics.mcmaster.caFri Oct 29 17:36:37 PDT 2004
- Previous message: [Beowulf] Intel 64bit (emt) Fortran code and AMD Opteron
- Next message: [Beowulf] Intel 64bit (emt) Fortran code and AMD Opteron
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
> > does anybody here have positive or negative experiences with using the > > Intel EMT-64 Fortran compiler on AMD Opteron systems? > > Is it even going to work until the Opteron supports SSE3? what SSE3 adds over SSE2 is remarkably minor. > I suspect if you don't vectorize, or only build 32-bit apps > you will be ok. However, for most applications the vectorization > is going to give you the big win. the big win is getting away from the x87 FP stack. vectorization is a wonderful thing, but practically any FP code will see a nice speedup with purely scalar SSE usage (such as you'd get with current gcc.) regards, mark hahn.
- Previous message: [Beowulf] Intel 64bit (emt) Fortran code and AMD Opteron
- Next message: [Beowulf] Intel 64bit (emt) Fortran code and AMD Opteron
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Beowulf mailing list
