Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
公告
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.

ifort and fedora 15

simonefe
初学者
1,094 次查看
I need a compiler ifort to i686 machines, what is the correct version should I download? My linux is fedora 15.
0 项奖励
1 解答
TimP
名誉分销商 III
1,094 次查看
If your linux is i686, (e.g. uname -a) that's a 32-bit linux. If it's x86_64, and you have installed g++ development system, you should be able to install intel64 compilers. You would require 32-bit g++ in addition to 64-bit g++ to install Intel ia32 compilers on x86_64.

在原帖中查看解决方案

0 项奖励
6 回复数
Steven_L_Intel1
1,094 次查看
The current version supports Fedora 15. That would be Intel Fortran Composer XE 2011. I recommend the latest update, which is #10 at this time. You'll usually get pointed to the latest version by default when you download.
0 项奖励
simonefe
初学者
1,094 次查看
But, I tried to install the version (l_fcompxe_intel64_2011.10.319) and got the following response:

"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."

Also tried the 32 bit version and got:

"Detected operating system is not supported. Supported operating systems for this release include:
- Red Hat Enterprise Linux* 4.0, 5.0, 6.0 (IA-32/Intel 64)
- Fedora* 15 (IA-32/Intel 64)
- SuSE Linux* Enterprise Server* 10.x, 11.0 SP1(IA-32/Intel64)
- Asianux* Server 3.0, 4.0 (IA-32/Intel 64)
- Ubuntu* 10.04 LTS, 11.04 (IA-32/Intel 64)
- Debian 6.0 (IA-32/Intel 64)
- Pardus 2011.2 (Intel 64)"

Any other suggestions?



0 项奖励
TimP
名誉分销商 III
1,094 次查看
If you are running the 32-bit linux, you can install only the ia32 compiler. If you are running Fedora 15 but it's not recognized, that looks like a bug, but you should be able to accept an unsupported install. Any further installation issues not covered by stated prerequisites also would be reportable bugs.
0 项奖励
simonefe
初学者
1,094 次查看
Mylinuxis 64-bit with i686 processor,but it seemsthat theifortaccepts only thex64 proce ... soclaimsof different structure...
Isthis is thereasonIcannotinstallifort?
0 项奖励
TimP
名誉分销商 III
1,095 次查看
If your linux is i686, (e.g. uname -a) that's a 32-bit linux. If it's x86_64, and you have installed g++ development system, you should be able to install intel64 compilers. You would require 32-bit g++ in addition to 64-bit g++ to install Intel ia32 compilers on x86_64.
0 项奖励
simonefe
初学者
1,094 次查看
perfect! I installed g + + and composer and installed correctly. thank you
0 项奖励
回复