#!/bin/tcsh setenv BMS_OSNAME Linux_CentOS5-i686-gcc4.1.2 set setupcoda=${HOME}/Disk1/Coda/setupcoda3 if ( -e $setupcoda ) then source $setupcoda else echo "$setupcoda does not exist!" echo "Please make sure the USB thumb drive is inserted" echo "into the topmost USB port on the ROC." endif unsetenv DYLD_LIBRARY_PATH if (-e ${HOME}/builds/sim-recon/Linux_CentOS5-i686-gcc4.1.2/setenv.csh ) then source ${HOME}/builds/sim-recon/Linux_CentOS5-i686-gcc4.1.2/setenv.csh endif setenv PATH ${HOME}/bin:${PATH} set prompt='%m:%c>'