# Commands and environment variables for local additions # to BIRCH if ( $BIRCH_DEBUG == 1 ) echo Running local.cshrc.source # VALUES SET HERE OVERRIDE SETTINGS IN cshrc.source # $BIRCH_LOGGING=1 means that when users log in a message will # be appended to local/admin/logins.log, and when gde is launched, # a message is appended to local/admin/gde.log # # DO NOT use this option if the BIRCH filesystem is mounted # read-only for users. # setenv BIRCH_LOGGING 0 #Python - Default is 2.6. Should be upgraded to 2.7 in summer 2018. # for now we have to set 2.7 as the production version. #/bin/bash /opt/rh/python27/enable #-------------------------- Platform-dependent variables # BIRCHJAVACMD - Java command for running birchconfig and seahawk switch ($BIRCH_PLATFORM) case "solaris-sparc": setenv BIRCHJAVACMD /usr/local/jdk1.6.0_03/bin/java breaksw case "solaris-amd64": setenv BIRCHJAVACMD /usr/local/jdk1.6.0_03/bin/java #------- PYTHON ------- breaksw case "linux-intel": setenv BIRCHJAVACMD /usr/local/jdk1.6.0_07/bin/java breaksw case "linux-x86_64": #setenv BIRCHJAVACMD /usr/local/jdk1.6.0_07/bin/java breaksw default: breaksw endsw #-------------------------- MBCRR setenv MBCRR $BIRCH/local/pkg/MBCRR-Package setenv mbcrr $MBCRR setenv PLSEARCH_HOME $MBCRR/plsearch-4.2 # -----------------------------PIMA setenv PIMA_HOME $birch/local/dat/pima #--------------------------- TIGR TM4 # If your system has enough memory, set this to at least 512 or 1024 setenv TMEV_JAVA_MEMORY 1024 #-------------------------- VISA setenv HELPPATH $doc/visa #--------------------------- XLANDSCAPE setenv XENVIRONMENT $BIRCH/local/dat/XLandscape/XLand #-------------------------- DNA-GUI #No longer works on Solaris #setenv XAPPLRESDIR $BIRCH/XAPPLRESDIR #------------------------ TEMPORARY DIRECTORIES -------------- # This variable may be changed to a directory where # temporary files may be written for some # scripts which run programs that generate very large # temporary files. Do NOT use /tmp. If that directory # gets too full, it can seriously impede the entire system! setenv BIRCH_TMP /usr/local/tmp