/[PAMELA software]/PamVMC/scripts/env.sh
ViewVC logotype

Contents of /PamVMC/scripts/env.sh

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.3 - (show annotations) (download) (as text)
Thu Feb 19 18:43:13 2009 UTC (15 years, 9 months ago) by nikolas
Branch: MAIN
CVS Tags: v1r0, HEAD
Changes since 1.2: +6 -9 lines
File MIME type: application/x-sh
Almost done ....

1 ### PAMELA Environment set-up, change according to your machine installation
2 SCRIPT_DIR=`pwd`
3 #source /home/pamela/pamela_software/pam_env.sh pro
4 # Note a file check is needed here ....
5 source $SCRIPT_DIR/pam_env.sh new
6 #####
7 export PAM_DBHOST=mysql://localhost/pamelaprod #must be exported
8 export TREAT_OUT=/home/nikolas/RES
9 export G4VMC_DIR=/cern/geant4_vmc/pro
10 export PLATFORM=linux
11 export VGM_SYSTEM=Linux-g++
12 #####
13 export PATH=`echo $PATH |sed 's/\/cern\/ROOT\/pro/\/cern\/ROOT\/new/g'`
14 export LD_LIBRARY_PATH=`echo $LD_LIBRARY_PATH |sed 's/\/cern\/ROOT\/pro/\/cern\/ROOT\/new/g'`
15 export ROOTSYS=/cern/ROOT/new
16 #####
17 ##### Let's override the G4WORKDIR default definition
18 #####
19 export G4WORKDIR=${SCRIPT_DIR%/*}
20 echo G4WORKDIR set to $G4WORKDIR
21
22

  ViewVC Help
Powered by ViewVC 1.1.23