# Define machine type
setenv MACHINE solaris2

# Communication tools variable
setenv YOOC_MASTER trantor
setenv YOOC_PORT 3210

# Reference directory for YOODA
setenv YOODA_HOME /home/cocher/yooda/distrib

# Add executable directory in your path 
setenv PATH ${YOODA_HOME}/yom/bin:${YOODA_HOME}/bin_g/${MACHINE}/progr:${YOODA_HOME}/bin/${MACHINE}/progr:${PATH}

# Makefile variables
setenv MAKE_INCL_DIR ${YOODA_HOME}/yom
setenv MAKE_INCL_MACHINE ${MACHINE}.incl
setenv MAKE_INCL_DEV std.incl

# Define directory where YOODA creates cache file
setenv YOODA_CACHE_DIR /home/uranus/yooda_base
setenv YOODA_CACHE_SIZE 4096

