Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
29246 Discussions

installation fortran90 compiler in linux

Intel_C_Intel
Employee
941 Views

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.

0 Kudos
3 Replies
hassan_62
Beginner
942 Views
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.


0 Kudos
Intel_C_Intel
Employee
942 Views

hello

for use ifort ,where do i type this expression and how run it?

source /opt/intel/fc/9.1.034/bin/ifortvars.sh

0 Kudos
wangzuolan
Beginner
942 Views
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.
0 Kudos
Reply