Fortran Bindings
Fortran 90 (and 95) is a more abstract, typesafe language than FORTRAN 77
- MPI sometimes relies on memory layout and ignores types
- Compiler interactions may be complex
MPI defines a basic level of support and extended Fortran support
- Extended support deals with MODULEs, etc.