Ignore:
Timestamp:
05/08/13 18:46:13 (12 years ago)
Author:
Daniela Dorner
Message:
updated setup (as far as possible) to new machines in Wue
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/DataCheck/Setup/setup.fact.wue

    r14877 r15562  
    44# and setups are defined
    55#
    6 # This setup file is for the machines on the FACT cluster at ISDC
     6# This setup file is for the machines in Wuerzburg
    77#
    88
     
    1212
    1313# 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
     14root=/opt/root_v5.34.06/bin/thisroot.sh
     15source $root
    2116
    2217# software versions
    2318export factpath=/opt/FACT++
    24 export mars=~/FACT.processing/Mars.von.Thomas.2012.03.07
     19export mars=~/opt/Mars
    2520
    2621# site
    27 processingsite=isdc
    28 sitekey=4
    29 storagesite=isdc
     22processingsite=wue
     23sitekey=1
     24storagesite=wue
    3025
    3126# queuing system
    3227queuesys=sge
    33 sgepath=/usr/bin
     28sgepath=/opt/sge/bin/lx-amd64/
    3429
    3530# logging and setup
    36 logpath=/fact_tmp/datacenter/autologs
    37 lockpath=fact_tmp/datacenter/locks
     31logpath=/home/fact/logs.automatic.processing/autologs
     32lockpath=/home/fact/logs.automatic.processing/locks
    3833
    3934# data paths
    40 datapath=/fact_tmp/data
    41 seqpath=/fact_tmp/sequences
    42 auxdata=/fact_tmp/aux
    43 rawdata=/fact_tmp/raw
     35datapath=/fact/data
     36seqpath=/fact/sequences
     37auxdata=/fact/aux
     38rawdata=/fact/raw
    4439rawdata_for_sed=$(printf "%s\n" "$rawdata" | sed 's/[][\.*^$(){}?+|/]/\\&/g')
    4540
Note: See TracChangeset for help on using the changeset viewer.