- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks for having me in the forum.
I had no problem in downloading and installing l_fc.p_10.023.ia32.tar.gz
When trying to cofigure with command
$/opt/intel/fc/10.023/bin/ifortvars.sh
there was NO error message.
Problem arose when I gave the compilation command
$ifort prog.f
The error message was 'there is no command ifort'
Also there is no man page for ifort.
What shall I do?
I had no problem in downloading and installing l_fc.p_10.023.ia32.tar.gz
When trying to cofigure with command
$/opt/intel/fc/10.023/bin/ifortvars.sh
there was NO error message.
Problem arose when I gave the compilation command
$ifort prog.f
The error message was 'there is no command ifort'
Also there is no man page for ifort.
What shall I do?
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You must set the environment variables by
source /opt/intel/fc/10.023/bin/ifortvars.sh
There should be an info page, pdf and html files in /opt/intel/fc/10.023/doc, as well as abbreviated man page given by
ifort -help
source /opt/intel/fc/10.023/bin/ifortvars.sh
There should be an info page, pdf and html files in /opt/intel/fc/10.023/doc, as well as abbreviated man page given by
ifort -help
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
THANKS A LOT. Silly of me. I forgot to type 'source' before /opt/intel/fc/10.023/bin/ifortvars.sh
Now everything is working fineThanks again.

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