Department of Engineering

IT Services

Fortran

Our central system has 2 fortran compilers - ifort and gfortran - each of which supports various standards.

  • gfortran currently supports f95, f2003, and gnu (a superset of f95).
  • ifort supports f90 and f95 (and openMP for parallel processing)

Online we have Fortran 90 - A quick overview

Graphics

Options include

  • using Matlab as a graphics library. Our configuring mex page shows how to run a demo program.
  • using openGL (see in particular f90gl)
  • using the locally produced hgraph library