README neurosys/utils

This directory contains some serial programs that may be useful in
working with NeuroSys.  Currently the following programs are
available:

    inputgen: generates input files for the solver.
    merge: merges output files created by the solver using
        the DIST_OUTPUT option into a single file.

Before compiling the programs, define the macros in the Makefile.
To compile all the programs, type "make".  To compile a single program,
type "make <program>", where <program> is one of the programs listed
above.

Information on running the programs is contained in the documentation
at the beginning of the source file.
