Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
29280 Discussions

Optimization keys of ifort/9.0 for Opteron ?

Mikhail_K_1
Beginner
404 Views
For 8.1 version of ifort it was recommended to use -O3 -xW keys for
generation of codes for Opteron CPUs.
In 9.0 there are new optimization "-x keys" plus new Opteron's work w/SSE3.
What are now the best ("in common case") optimization keysfor Opteron?
Mikhail Kuzminsky
Zelinsky Institute of Organic Chemistry
Moscow
0 Kudos
1 Reply
Steven_L_Intel1
Employee
404 Views
If you will be running on Opteron only, the same advice applies: -xW. If you will also be running on Intel processors with Intel EM64T, then use -xW -axP with our EM64T compiler.
0 Kudos
Reply