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" |
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" |