- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
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
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
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.

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page