- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I have installed Intel(R) Cluster Studio XE 2013 SP1 Update 1 for a single node. It is also showing that successfully installed. But when I type "ifort" in the terminal, I get "command not found". Can you please tell me it is an issue related to installation or something else.
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You must run the compilervars.bat (preferably according to the installed Start menu shortcut) after opening a new terminal (if you didn't set it yourself for autostart).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
In the Start menu applications list under Intel Parallel Studio XE (I am not sure exactly what the name is for the version you are using), there will be Command Prompt shortcuts that establish the environment. As Tim says, if you are opening your own command prompt, you have to "call" compilervars.bat or ifortvars.bat (found in the compiler's Bin folder), with an argument of either ia32 or intel64, depending on which platform you want to build for. The compiler documentation has more on this. This link is for the 16.0 documentation, but the details haven't changed much.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Tim P. wrote:
You must run the compilervars.bat (preferably according to the installed Start menu shortcut) after opening a new terminal (if you didn't set it yourself for autostart).
Actually I am trying to install ifort in ubuntu. So I think I must source the shell script file.
So I used the following two commands
source /opt/intel/composer_xe_2013_sp1/bin/compilervars.sh ia32
/opt/intel/composer_xe_2013_sp1.2.144/bin/compilervars.sh ia32
Still not getting ifort in the command line.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

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