Changeset 16673
- Timestamp:
- 06/03/13 22:28:51 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/DataCheck/Setup/setup.fact.isdc
r14877 r16673 12 12 13 13 # 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 14 root=/swdev_nfs/root_v5.32.00/bin/thisroot.sh 15 source $root 21 16 22 17 # software versions 23 18 export factpath=/swdev_nfs/FACT++ 24 export mars=~/Mars. von.Thomas.2012.06.2219 export mars=~/Mars.svn.2013.05.11 25 20 26 21 # site … … 34 29 35 30 # logging and setup 36 logpath=~/ datacenter/autologs37 lockpath=~/ datacenter/locks31 logpath=~/logs.automatic.processing/autologs 32 lockpath=~/logs.automatic.processing/locks 38 33 rsynctempdir=/scratch/rsync_tmp 39 34 40 35 # data paths 41 datapath=/scratch_nfs/data.2012.06.22 42 seqpath=/scratch_nfs/sequences 36 datapath=/scratch/fact/data.2013.05.11 37 datapath_for_sed=$(printf "%s\n" "$datapath" | sed 's/[][\.*^$(){}?+|/]/\\&/g') 38 seqpath=/scratch/fact/sequences 43 39 auxdata=/fact/aux 44 40 rawdata=/fact/raw … … 74 70 #setup for jobmanager 75 71 # 76 sleeptime= 150 #600 #3072 sleeptime=300 #600 #30 77 73 sleeptimelimit=360 #360 78 74 errorsleeptimedefault=60 #60 … … 80 76 algorithm=2 81 77 82 #hour: 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 222383 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 79 pnototal=( 180 180 180 180 180 180 180 180 180 180 180 180 180 180 180 180 180 180 180 180 180 180 180 180 ) 80 pnototalwe=( 180 180 180 180 180 180 180 180 180 180 180 180 180 180 180 180 180 180 180 180 180 180 180 180 ) 85 81 86 82 # set variables for jobmanager 87 83 scripts=( "RunCallisto.sh" "RunStar.sh" ) 84 queues=( "fact_medium" "fact_short" ) 88 85 scriptscolname=( "Callisto" "Star" ) 89 86 ratio=( 0.6 0.4 ) 90 maxjobs=( 20 10 )87 maxjobs=( 150 50 ) 91 88 89 # fact_short 1h 192 slots 90 # fact_medium 6h 128 slots 91 # fact_long 168h 64 slots 92 92 93 93 # further wishlist: adapt ratio automatically 94 94 95 # setup transfer 96 numrsyncwuelimit=3 97 98 # setup for qla 99 anapath=/scratch/fact/data.2013.05.11 100 qlasge="yes" 101 resulttable1="AnalysisResultsRunISDC" 102 resulttable2="AnalysisResultsNightISDC" 103
Note:
See TracChangeset
for help on using the changeset viewer.