# .cshrc for STAR using /project for software # created by D. Olson, 18 May 2011 # set DOCSHRC=(1) setenv COMMON /project/projectdirs/star/common if ( ! -d $COMMON ) then setenv COMMON /common endif if ( ! -d $COMMON ) then echo "$COMMON does not exist, abort" set DOCSHRC=(0) endif if ( $DOCSHRC ) then if ( -r $COMMON/profile.d/CERN.csh ) then source $COMMON/profile.d/CERN.csh endif if ( -r $COMMON/profile.d/star.csh ) then source $COMMON/profile.d/star.csh endif if ( -r $GROUP_DIR/group_env.csh ) then source $GROUP_DIR/group_env.csh endif endif