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.

About the edition

truelies
Beginner
921 Views
Intel Visual Fortran for IA-32 and Intel 64 (with Microsoft Visual Studio 2005 Premier Partner Edition*) w_fc_p_10.1.013.exe 300 MB
Intel Visual Fortran for IA-32 (for customers who have Microsoft Visual Studio* already installed) w_fc_p_10.1.013_ia32.exe 57 MB
Intel Visual Fortran for Intel 64 (for customers who have Microsoft Visual Studio* already installed) w_fc_p_10.1.013_intel64.exe 60 MB
Intel Visual Fortran for IA-64 w_fc_p_10.1.013_ia64.exe 140 MB


What's the meaning of IA-32, IA-64? When I installed the Intel Fortran, I selected all three, so all of those installed into my 32 bit xp. Do I need to install only IA-32? If I need to update software, which one I need to download for 32 bit xp?


Also after I delete my old Compaq Fortran 6.6c, and installed Intel Fortran. Another software called Mingw studio can't run my code, it reported "The instruction at "0x7c911e58" referenced memory at "0x00270020". The memory could not be "read"".
After install Intel Fortran, will some part of it stay in the memory even I don't run the code? Thank you!
0 Kudos
5 Replies
TimP
Honored Contributor III
921 Views
Only the IA-32 compiler will make code to run under 32-bit Windows. IA-64 code will run only on Itanium, Intel64 will run under Windows X64 OS. Since ifort 10.0, the compilers for each architecture are available as separate downloads.
Installing Intel compilers has no impact on mingw programs, unless something is broken in your PATH environment settings, but that doesn't appear to be the cause of the error you mention. The 64-bit compilers will occupy disk space, and you may as well remove them.
0 Kudos
jimdempseyatthecove
Honored Contributor III
921 Views

Short description

IA-32 = Intel Archetecture 32-bit. e.g. Pentium in 32-bit
IA-64 = Intel Archetucture 64-bit e.g. Itanium 64-bit (not Pentium in 64-bit)
Intel 64 = EM64T = IA-32 with 64-bit extensions e.g. Pentium in 64-bit

You may only need the IA-32 for your 32-bit XP system.

Have you consider upgrading to 64-bit XP?

On the cheap you could go

Pentium D 925 3.0GHz Dual Core ~$100
LGA 775 motherboard ~$100
4GB DDR RAM ~$100
Windows XPx64 ~$??

If you have a little more pocket change you could choose a better processor (Qad Core, or Core 2 Duo)

Don't know anything about Mingw Studio

Jim Dempsey

0 Kudos
truelies
Beginner
921 Views
I already have core 2 duo machine with xp 32bit. I will uninstall Intel Fortran to see what caused the Mingw studio problem.
0 Kudos
truelies
Beginner
921 Views
Intel need to improve the install program. I selected custom install, it can install three edition into my xp 32 bit machine.
0 Kudos
Steven_L_Intel1
Employee
921 Views
Please read the Installation Guide which is available as a link from the initial install page or can be downloaded alongside the installer. It explains all of this.
0 Kudos
Reply