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

ifort: command not found

hcamacho
Beginner
490 Views
Hi!
Today, I download a 30 days trial version of Intel Fortran Compiler Professional Edition for Linux* to use with linux ubuntu 9.10. I noticed that the instalion can be found in: /opt/intel/Compiler/11.1/072/bin/ia32. Even, if I try to run ifort at this location I got "ifort: command not found" Maybe, the problem is that the version 11.1 product is fully supported on Ubuntu 9.04 and not on 9.10. In that case, I need to obtain an evaluation serail number. Could someone help me to obtain the evualion serial number that I need? During the installation, I got warnings message regarding the ubuntu version.

I highly appreciate any support.

-Hector
0 Kudos
1 Reply
Steven_L_Intel1
Employee
490 Views
You need to use the "source" command to make the compiler available. For example:

source /opt/intel/Compiler/11.1/072/bin/ifortvars.sh ia32

(use .csh if you're using the C shell).

If you managed to install, you don't need a serial number as there is a built-in 30-day trial period. See this article for help in running the compiler on Ubuntu 9.10.
0 Kudos
Reply