This directory contains the mach files for KHOROS_HOME.

The "default_mach" file contains the default path information for KHOROS_HOME.
The remaining default_mach files with machine names as extensions are to
be used by those machines.  That is, they contain path information specific
to those machines.  If multiple machine architectures are supported, and
the paths to the top level source directory are different, then multiple
mach files are necessary to specify the paths. 

Mach files are used by the ktools to obtain information concerning
the particular user environment, specific machine names, srcmach
directories, and KHOROS_HOME src location for each machine.
Note that of the five variables in this file, three of the variables
require a one-to-one correspondence of the entries.  That is, the
NUMBER of entries for KHOROS_MACHINES, KHOROS_MACH_DIR, and
KHOROS_SRC_TOP must be the same.  This means that if a
new machine name is added, then you must also add the corresponding
KHOROS_MACH_DIR and KHOROS_SRC_TOP entries. Also, if multiple
source trees are not supported these field should be left blank, that
is FIELD = ().

The KHOROS_USER variable only requires one entry, which must be set
for the installation to proceed, as the tools use this to rsh to
other machines and mail results about compilation and installation.

The LOCAL_SRC_TOP variable specifies the default path to the top level
of source.  If other machines have different paths to the top level of
source, then multiple mach files are necessary and this entry must
reflect the correct path for the corresponding machine.

The file "TEMPLATE.conf" is just an
example of a program config file.  This file may be used as a template when
creating a new config file for a new routine.

The file "TEMPLATE_mf" is template file that can be used when creating
a new toolbox.

