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

Opteron and IVF optimization features

ahim
Beginner
162 Views
I have 4 questions on the use of IVF for Windows on an Opteron system.

(1) Do the optimization features in IVF, which are marked "IA-32 processors only" work on an AMD Opteron system?

(2) Does Auto-Parallelization work with the Opteron?

(3) Will the Array visualizer work on an Opteron?

(4) Will the IVF EM64T features work on an Opteron?

Thanks,
Ahim
0 Kudos
2 Replies
TimP
Honored Contributor III
162 Views
1. If you mean the VECTOR directives, those are the same in the compilers for X64 as for 32-bit. Same for auto-parallelization.
4. The only option which is reserved to Intel processors is the -xP SSE3 code generation.
0 Kudos
Steven_L_Intel1
Employee
162 Views
If the documentation says "IA-32", that means any 32-bit processor supporting the Pentium II instruction set. When a feature is restricted to Intel processors, it says so explicitly in the documentation.
0 Kudos
Reply