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.

Can't execute the compiler

thexdestroyer
Beginner
968 Views
Hello people,

I've installed the intel compiler on my Linux Ubuntu 9.10 64-bit, and the installation was successful, but the problem is that the command "ifort" doesn't exist yet.

Can anyone please tell me how to solve this?

Thanks
0 Kudos
3 Replies
tom_p
Beginner
968 Views
Try

source /[compiler_installation_path]/bin/ifortvars.sh intel64

0 Kudos
thexdestroyer
Beginner
968 Views
Quoting - tom_p
Try

source /[compiler_installation_path]/bin/ifortvars.sh intel64


Thank you pal, my problem is that I'm new to linux, and I didn't know about the bash stuff. Someone here told me about it :)

Thanks again :)
0 Kudos
roddur
Beginner
968 Views
Quoting - thexdestroyer
Thank you pal, my problem is that I'm new to linux, and I didn't know about the bash stuff. Someone here told me about it :)

Thanks again :)
Never mind, but I think, you should check the getting_started for once! it is really helpfull if you are new!
0 Kudos
Reply