F90SPLIT - Split FORTRAN90 Source Files

F90SPLIT is a utility that reads a FORTRAN90 source code, and writes each module to a separate file with an extension of ".f90". A module is considered to be a FORTRAN BLOCKDATA, FUNCTION, MODULE, PROGRAM or SUBROUTINE unit.

This utility can be convenient when your goal is to create a UNIX "AR" archive of the compiled object code. By splitting your source code up, and compiling each routine separately, you end up with a library in which each compiled module is individual listed and replaceable.

Files you may copy include:

The list of routines includes:

Back to the FORTRAN software page.


Last revised on 27 March 2001.