Changeset 15562 for trunk/DataCheck/Setup
- Timestamp:
- 05/08/13 18:46:13 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/DataCheck/Setup/setup.fact.wue
r14877 r15562 4 4 # and setups are defined 5 5 # 6 # This setup file is for the machines on the FACT cluster at ISDC6 # This setup file is for the machines in Wuerzburg 7 7 # 8 8 … … 12 12 13 13 # setup to use ROOT 14 rootsys=/opt/root_v5.32.02 15 if ! export | grep ROOTSYS | grep $rootsys >|/dev/null 16 then 17 export ROOTSYS=$rootsys 18 export PATH=$PATH:$ROOTSYS/bin 19 export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$ROOTSYS/lib 20 fi 14 root=/opt/root_v5.34.06/bin/thisroot.sh 15 source $root 21 16 22 17 # software versions 23 18 export factpath=/opt/FACT++ 24 export mars=~/ FACT.processing/Mars.von.Thomas.2012.03.0719 export mars=~/opt/Mars 25 20 26 21 # site 27 processingsite= isdc28 sitekey= 429 storagesite= isdc22 processingsite=wue 23 sitekey=1 24 storagesite=wue 30 25 31 26 # queuing system 32 27 queuesys=sge 33 sgepath=/ usr/bin28 sgepath=/opt/sge/bin/lx-amd64/ 34 29 35 30 # logging and setup 36 logpath=/ fact_tmp/datacenter/autologs37 lockpath= fact_tmp/datacenter/locks31 logpath=/home/fact/logs.automatic.processing/autologs 32 lockpath=/home/fact/logs.automatic.processing/locks 38 33 39 34 # data paths 40 datapath=/fact _tmp/data41 seqpath=/fact _tmp/sequences42 auxdata=/fact _tmp/aux43 rawdata=/fact _tmp/raw35 datapath=/fact/data 36 seqpath=/fact/sequences 37 auxdata=/fact/aux 38 rawdata=/fact/raw 44 39 rawdata_for_sed=$(printf "%s\n" "$rawdata" | sed 's/[][\.*^$(){}?+|/]/\\&/g') 45 40
Note:
See TracChangeset
for help on using the changeset viewer.