|
Fortran 90 is an international standard language evolved from FORTRAN 77. In addition to all of FORTRAN 77, Fortran 90 contains a number of new features intended to make programs easier to write, with an obvious view to execution on parallel machines. In particular, Fortran 90 in its entirety has been incorporated into the High Performance Fortran (HPF) specification.
As a modern computing language, Fortran 90 is perhaps best known for its convenient, high-level syntax for manipulating arrays. But in fact, as we will see, it is even possible to develop a fairly elegant object-oriented programming style using Fortran 90.
Prerequisites:
This module assumes basic Fortran programming skills.
|
|