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

error while installing Intel fortran compiler in linux

kandhakumar
Beginner
602 Views
hi, I downloaded Intel fortran compiler for linux file "I_cprof_p_11.083_intel64". I try to insatll this compiler,but it shows the error i mentioned below

--------------------------------------------------------------------------------
Initializing, please wait...
--------------------------------------------------------------------------------
The contents of this installation package do not match the architecture of this
system. Please check to be sure you are using the correct package and running it
on the correct system type.
--------------------------------------------------------------------------------
Press "Enter" key to quit:

what is the exact problem in this. I have Intel Core 2 Quad processor and intel G33 motherboard and i installed SUSE Linux 11.0. thanks in advance for your valuable suggestion
0 Kudos
2 Replies
Steven_L_Intel1
Employee
602 Views
You are trying to install the 64-bit compiler on a 32-bit system. We don't support that on Linux. Please download the installer that has a name ending in _ia32.
0 Kudos
TimP
Honored Contributor III
602 Views
You are trying to install the 64-bit compiler on a 32-bit system. We don't support that on Linux. Please download the installer that has a name ending in _ia32.
"architecture of this system" refers not to the hardware, but to the OS. We suppose you are running 32-bit linux; 'uname -a' would show i386, and only the ia32 compiler would be supported. For the intel64 compiler, you need the x86_64 version of linux, where g++ installation will include the corresponding glibc and binutils.
0 Kudos
Reply