- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
hello ,all
I install Intel Fortran Compiler for Linux ,but i need run this expression :
source /opt/intel/fc/9.1.034/bin/ifortvars.sh
but i dont know how can i run it at linx.
for use ifort ,where do i type this expression and how run it?
source /opt/intel/fc/9.1.034/bin/ifortvars.sh
thanks for your help.
Link Copied
3 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
you can tape excatly:
source /opt/intel/fc/9.1.034/bin/ifortvars.sh
because "source" is linux (Unix) command
the ifortvars.sh script install for you the environments variables in the profile file (located at /etc) or your .bachrc file (located at you personnal folder)
to have acces a Intel fortran90 from any where.
source /opt/intel/fc/9.1.034/bin/ifortvars.sh
because "source" is linux (Unix) command
the ifortvars.sh script install for you the environments variables in the profile file (located at /etc) or your .bachrc file (located at you personnal folder)
to have acces a Intel fortran90 from any where.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
hello
for use ifort ,where do i type this expression and how run it?
source /opt/intel/fc/9.1.034/bin/ifortvars.sh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Are you also a newbie in Linux? You run it under a 'shell' which might be also called a 'terminal' under a graphical Linux desktop. For example, on ubuntu(a version of linux) you click "Application>>Accessories>>Terminal". A window with a banner "Terminal" would popup. The inside pane would be your typical non-graphical unix terminal with a prompt of
xxx@yyy$. The dollar sign signify it being a 'sh' shell after which you type your
source xxxx.sh command. Hope this helps.
xxx@yyy$. The dollar sign signify it being a 'sh' shell after which you type your
source xxxx.sh command. Hope this helps.

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