Skip to content, skip to search, or skip to navigation

How to use the f90/f95 compiler for Linux


All you need to do to use the Intel f90/95 compiler for
Linux is to

source /apps2/linux-apps/intel/fc/9.0/bin/ifortvars.csh

and then the compiler is

ifort

and it should be in your executable path.  Usage
is

ifort [options] program_name.f[90]