Intel Fortran 90

Description


Hosts

bayes, bluespruce, msprime

Official Site

Intel Fortran Compiler 9.0 for Linux

Notes


In order to run f90, you will first need to set up your environment:

source /usr/local/intel/fc/9.0/bin/ifortvars.csh

To use the Math Kernel Libraries as well, you will need to add further settings to your environment (there are 32-bit and 64-bit versions):


source /usr/local/intel/mkl/8.0/tools/environment/mklvars32.csh
source /usr/local/intel/mkl/8.0/tools/environment/mklvars64.csh

See Also