Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
28657 Discussions

ifc80 Optimizations in Intel Itanium 2

jjqq
Beginner
339 Views
I hope to optimize my code, but I can not find any optimizations in ifc80 for Intel Itanium 2.
My host is 4-way Intel Itanium 2 1.3GHz, 3 MB L3 Cache . The interconnection network is based on Quadrics QsNet.
Thank you!
0 Kudos
3 Replies
TimP
Honored Contributor III
339 Views
When the compiler installs, and you have run the ifortvars environment script, you can get a summary of the options from
info ifort
or
ifort -help
More details are in the files in the doc directory of the compiler installation.
Basically, it goes like:
-O1:
0 Kudos
TimP
Honored Contributor III
339 Views
When the compiler installs, and you have run the ifortvars environment script, you can get a summary of the options from
info ifort
or
ifort -help
More details are in the files in the doc directory of the compiler installation.
Basically, it goes like:
-O1:
0 Kudos
TimP
Honored Contributor III
339 Views
When the compiler installs, and you have run the ifortvars environment script, you can get a summary of the options from
info ifort
or
ifort -help
More details are in the files in the doc directory of the compiler installation.
Basically, it goes like:
-O1: space saving optimizations, no software pipelining
-O2: default optimizations, basic software pipelining, no prefetch
-O3: full optimization
0 Kudos
Reply