#  This is the Default KHOROS SRC MACH Definition File
#-----------------------------------------------------------------------
#  This file should be updated to reflect the supported src mach trees.
#  This file is 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.
#
#  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.
#
#    NOTE!!! KHOROS_USER has been set for our work environment. If you need to
#            install in another environment, please change accordingly, or
#            make a new mach file and provide the name of the mach file
#            during the installation.
#
set KHOROS_USER = (khaos)
set KHOROS_MACHINES = (peabody.eece.unm.edu  borris.eece.unm.edu)
set KHOROS_MACH_DIR = ($KHOROS_HOME/srcmach/srcdecmips  $KHOROS_HOME/srcmach/srcsun4)
set KHOROS_SRC_TOP = ($KHOROS_HOME/src $KHOROS_HOME/src)
set LOCAL_SRC_TOP = ($KHOROS_HOME/src)
