/[CCFs]/bin/ccflib.cfg
ViewVC logotype

Diff of /bin/ccflib.cfg

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.7 by ccflib, Fri Dec 12 10:25:01 2014 UTC revision 1.8 by ccflib, Mon Feb 20 14:11:18 2017 UTC
# Line 3  Line 3 
3  # ccflib.cfg is sourced by autobuild, getdeliveries,  # ccflib.cfg is sourced by autobuild, getdeliveries,
4  # buildlatest and acceptbuild. All run in sasbld01  # buildlatest and acceptbuild. All run in sasbld01
5  #  #
6  # $Id: ccflib.cfg,v 1.6 2014/12/02 14:33:34 ccflib Exp $  # $Id: ccflib.cfg,v 1.7 2014/12/12 10:25:01 ccflib Exp $
7  #  #
8    
9  export CCFLIB_HOME="/home/ccflib"  export CCFLIB_HOME="/home/ccflib"
# Line 11  export CCFLIB_HOME="/home/ccflib" Line 11  export CCFLIB_HOME="/home/ccflib"
11  # Defines function saslatest to initialise the latest SAS  # Defines function saslatest to initialise the latest SAS
12    
13  saslatest () {  saslatest () {
14      [ ! -f "$HOME/setsas.sh" ] && /sas/bin/confsas      #[ ! -f "$HOME/setsas.sh" ] && /sas/bin/confsas
15        #/sas/bin/confsas
16        #. $HOME/setsas.sh 1> /dev/null
17        . ${CCFLIB_HOME}/local/SAS/xmmsas_20160201_1833/setsas.sh 1> /dev/null
18      export SAS_CCF=$SAS_DIR/lib/testccf      export SAS_CCF=$SAS_DIR/lib/testccf
19      export LHEASOFT=1      export LHEASOFT=1
     . $HOME/setsas.sh 1> /dev/null  
20      export SAS_MEMORY_MODEL=Low      export SAS_MEMORY_MODEL=Low
21      echo $SAS_MEMORY_MODEL      echo $SAS_MEMORY_MODEL
22      echo "SAS set up complete. SAS_DIR = $SAS_DIR"      echo "SAS set up complete. SAS_DIR = $SAS_DIR"

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

  ViewVC Help
Powered by ViewVC 1.1.27