The NIST CAML utilities include two shell scripts - pvmtidy and padeinituser, 
and two pvm architecture-dependent programs - pvmstat and pvmmake.

To install the NIST CAML utilities, you need to have PVM 3.3.0 or later.

1.  Un-tar your distribution.

2.  Modify "padeinituser".  Set the environment variable CAML_UTILS_HOME to 
point to the top of where the nist_pade caml utilities distribution is installed.

3.  Modify "Makefile.aimk" by setting the variables PVM_ROOT, PVM_ARCH, ARCHLIB,
and CAMLDIR (see instructions in Makefile.aimk).

4.  Type "$PVM_ROOT/lib/aimk".  This will copy shell scripts to the "ARCH" 
sub-directory and create architecture-dependent executables in the "ARCH" 
sub-directory, where ARCH is the host architecture name, e.g. "CRAY".

5.  Type "aimk install" to install the NIST CAML utilities in proper places, such
as "/usr/local/bin/ARCH".  Note that if CAMLDIR is $PADE_ROOT/caml_utils/$PVM_ARCH
then that "aimk install" is not necessary since all the files are placed in
$PADE_ROOT/caml_utils/$PVM_ARCH after you type "$PVM_ROOT/lib/aimk".

