- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hey everybody, I am using Ubuntu on a 32 bit system. I just got all the way through the install of the Compiler 11.1.072. Whenever I try to use ifort, i get the message
ifort: command not found
from what I have read I need to be in root, then open up .bashrc and attach a PATH at the end of the file. However I can't get it right.
Any help would be greatly appreciated. Thanks everyone
ifort: command not found
from what I have read I need to be in root, then open up .bashrc and attach a PATH at the end of the file. However I can't get it right.
Any help would be greatly appreciated. Thanks everyone
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You don't need to become root ---just make sure that the compiler's directory (usually, /opt/intel) can be accessed by everyone:
[bash]$ sudo chown -R root:root /opt/intel && sudo chmod -R a+rX /opt/intel[/bash]
After that, simply add the following at the bottom of your ~/.bashrc file:
[bash]. /opt/intel/Compiler/11.1/072/bin/ifortvars.sh ia32[/bash]Close and reopen the (gnome-)terminal and you're good to go.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
so i type the first 1 into terminal and the 2nd into .bashrc
Thanks, it worked perfectly
Thanks, it worked perfectly

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