MODULE
A FORTRAN90 Makefile Example Using a Module


MODULE is an example of how a makefile can be used to manage a set of FORTRAN90 files that includes a module.

The makefile management all these files is

The underlying task is to set up and manipulate a single precision general matrix, whose type is nicknamed "SGE". A module summarizes certain information about the SGE matrix. The routines available to manipulate the SGE matrix include:

Several utility routines are included:

SGE_MOD_PRB.F90 is a sample program that calls the routines to set up, factor and solve a linear system.

You can go up one level to the MAKEFILES page.


Last revised on 04 December 2006.