Changeset 16673 for trunk


Ignore:
Timestamp:
06/03/13 22:28:51 (11 years ago)
Author:
Daniela Dorner
Message:
added setup for gla, adapted setup for jobmanager for new cluster
File:
1 edited

Legend:

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

    r14877 r16673  
    1212
    1313# setup to use ROOT
    14 rootsys=/swdev_nfs/root_v5.32.00
    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=/swdev_nfs/root_v5.32.00/bin/thisroot.sh
     15source $root
    2116
    2217# software versions
    2318export factpath=/swdev_nfs/FACT++
    24 export mars=~/Mars.von.Thomas.2012.06.22
     19export mars=~/Mars.svn.2013.05.11
    2520
    2621# site
     
    3429
    3530# logging and setup
    36 logpath=~/datacenter/autologs
    37 lockpath=~/datacenter/locks
     31logpath=~/logs.automatic.processing/autologs
     32lockpath=~/logs.automatic.processing/locks
    3833rsynctempdir=/scratch/rsync_tmp
    3934
    4035# data paths
    41 datapath=/scratch_nfs/data.2012.06.22
    42 seqpath=/scratch_nfs/sequences
     36datapath=/scratch/fact/data.2013.05.11
     37datapath_for_sed=$(printf "%s\n" "$datapath" | sed 's/[][\.*^$(){}?+|/]/\\&/g')
     38seqpath=/scratch/fact/sequences
    4339auxdata=/fact/aux
    4440rawdata=/fact/raw
     
    7470#setup for jobmanager
    7571#
    76 sleeptime=150 #600 #30
     72sleeptime=300 #600 #30
    7773sleeptimelimit=360 #360
    7874errorsleeptimedefault=60 #60
     
    8076algorithm=2
    8177
    82 #hour:            0  1  2  3  4  5  6  7  8  9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
    83 pnototal=(       32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 )
    84 pnototalwe=(     32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 32 )
     78#hour:             0   1   2   3   4   5   6   7   8   9  10  11  12  13  14  15  16  17  18  19  20  21  22 23
     79pnototal=(       180 180 180 180 180 180 180 180 180 180 180 180 180 180 180 180 180 180 180 180 180 180 180 180 )
     80pnototalwe=(     180 180 180 180 180 180 180 180 180 180 180 180 180 180 180 180 180 180 180 180 180 180 180 180 )
    8581
    8682# set variables for jobmanager
    8783scripts=( "RunCallisto.sh" "RunStar.sh" )
     84queues=( "fact_medium" "fact_short" )
    8885scriptscolname=( "Callisto" "Star" )
    8986ratio=( 0.6 0.4 )
    90 maxjobs=( 20 10 )
     87maxjobs=( 150 50 )
    9188
     89# fact_short 1h 192 slots
     90# fact_medium 6h 128 slots
     91# fact_long 168h 64 slots
    9292
    9393# further wishlist: adapt ratio automatically
    9494
     95# setup transfer
     96numrsyncwuelimit=3
     97
     98# setup for qla
     99anapath=/scratch/fact/data.2013.05.11
     100qlasge="yes"
     101resulttable1="AnalysisResultsRunISDC"
     102resulttable2="AnalysisResultsNightISDC"
     103
Note: See TracChangeset for help on using the changeset viewer.