#!/bin/csh # # $Id$ # $HeadURL$ # # ident "@(#).cshrc ver 1.0 Aug 20, 1996" # for shared files umask 002 # set echo # editor setenv EDITOR 'emacs' setenv VERSION_CONTROL t # for tcsh set notify set noclobber set rmstar set history = 1000 set savehist = 1000 set correct=cmd alias settitle 'echo -n "]2;`uname -n`"' #source ~/.complete.tcsh # commented out 10/18/2014 DL # aliases source ~/.alias # mandatory...for shared group files umask 002 # limit memory usage to ~20GB limit memoryuse 20000 #--------------- Hall-D Online stuff --------------------- set hst = `echo $HOST | cut -f1 -d. ` #if ( $hst == gluonraid7 ) then #echo " host = $hst , skip /gluex/etc/hdonline.cshrc " #exit #endif #--------------- New Farm setup --------------------- set GNUM = `echo $HOST | cut -f1 -d. | cut -c6-` #if ( `echo "$GNUM > 140" | bc` ) then # if ( `echo "$GNUM < 160" | bc` ) then if ( `echo "$GNUM > 149" | bc` || `echo "$GNUM == 50" | bc` ) then # echo " host = gluon$GNUM , set gluex env " source /gluex/etc/hdonline_farm.cshrc exit endif #endif source /gluex/etc/hdonline.cshrc set prompt="HDOPS %m:%c> " set hh = `echo $HOST | cut -c 1-7 `