- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi, I am new to Linux, I installed Fortran 10.1 on Ubuntu 8.04 successfully, but my ifort command is not recognized. I assume I need to something more, I would really appreciate any suggestions on how to make this work. Thanks.
Link Copied
4 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
once the installation is done, Intel fortran is installed in /opt/intel/fce for a 64bit OS, and /opt/intel/fc for a 32bit OS.
Let's assume you have the 64bit OS. Then to set your environment for ifort,
source /opt/intel/fce/10.1.015/bin/ifortvars.sh
if 32bits, use "fc" instead of "fce" above.
Then, simply:
ifort helloworld.f90
ron
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Please also review the "Hot Tips" item on recommendations for installing on Ubuntu 8.04.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Quoting - Ronald W. Green (Intel)
once the installation is done, Intel fortran is installed in /opt/intel/fce for a 64bit OS, and /opt/intel/fc for a 32bit OS.
Let's assume you have the 64bit OS. Then to set your environment for ifort,
source /opt/intel/fce/10.1.015/bin/ifortvars.sh
if 32bits, use "fc" instead of "fce" above.
Then, simply:
ifort helloworld.f90
ron
export: 36: Illegal option -n
Help!!!
Sorry my english, I'm learning. Merry Christmas!!!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Quoting - valemar80
Hi, I'm Valeria fron Argentina. I have the same problem but when execute ifort show:
export: 36: Illegal option -n
Help!!!
Sorry my english, I'm learning. Merry Christmas!!!!
export: 36: Illegal option -n
Help!!!
Sorry my english, I'm learning. Merry Christmas!!!!
Maybe you use CSH instead of bash?
echo $0
will print your shell. If it is csh or tcsh, use ifortvars.csh instead of ifortvars.sh in the command above
ron

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