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

IA32 or EM64

chang1
Beginner
632 Views
Hi, Steve,
I just installed the latest IVF9.1 (extension -025)and the VS2005. Since I have to install both IA32 and EM 64for integrating the compilet to VS2005, how do I know the one integrated is the EM64 (which is what I want), not the IA32? My operation system is Windows XP(64 version).
regards
Chang
0 Kudos
3 Replies
Steven_L_Intel1
Employee
632 Views
The compiler you use is determined by the target platform you select. If you select a target of x64, you get the EM64T compiler.
0 Kudos
chang1
Beginner
632 Views

Steve,

Thank you. But how do I select the target platform when I install the compiler? I did not see an option.

regards

Chang

0 Kudos
Steven_L_Intel1
Employee
632 Views
You don't select it when you install - by default, you get both the IA-32 and EM64T compiler on install (if you have a suitable version of Visual Studio or the PSDK.)

See the Building Applications manual section on VS projects for details on how to select the target platform. It isn't obvious.
0 Kudos
Reply