#    -----------------------------------------------------------
#   This file must be sourced (source .khoros_env) or included
#   in your .login or .cshrc.
#    -----------------------------------------------------------
#
# This file contains default values for ALL environmental variables used
# by KHOROS.
#
#  Note:  khoros cache has now been deleted as of Patch 3 of Khoros 1.0
#

setenv KHOROS_HOME 		/usr/local/khoros
if ( $?LOGNAME) then
    setenv KHOROS_MAIL 		$LOGNAME
else
     setenv KHOROS_MAIL         $USER
endif
setenv KHOROS_LOG		$HOME/khoros.cmdlog
setenv KHOROS_VERBOSE		no
#  setenv TMPDIR			/usr/local/khoros/temp
setenv TMPDIR			/usr/tmp
setenv KHOROS_KEYWORDS		$KHOROS_HOME/repos/Keywords
setenv KHOROS_TOOLBOX 		$KHOROS_HOME/repos/Toolboxes

#
#  The following KHOROS_HOSTS specifies a file with a list of network machines
#  in which khoros may use as remote dispatch daemons for scheduling distributed
#  tasks.
#
#  setenv KHOROS_HOSTS  $USER/.khosts
#
