]> git.uio.no Git - u/mrichter/AliRoot.git/blame - PWGPP/benchmark/benchmark.config.GSIexample.sh
List panel improved. Faulty macros commented in alieve_online_new. Typo in CMakelibMO...
[u/mrichter/AliRoot.git] / PWGPP / benchmark / benchmark.config.GSIexample.sh
CommitLineData
64af0d50 1#
2# Example config file for GSI batch farm
3# Last test done at GSI batch farm master git describe =vAN-20141205-13-g9760344
4# To modify example setup for your needs grep string "TO BE CHANGED"
5# Most probably these will be only changes which you will have to do to run CPASS0/CPASS1/QA benchmark on GSI batch farm
6# similar example files should be done for other farms
7
8
9## default OCDB, if autoOCDB is set put in any 4 digit year starting with 20
10## by default the OCDB year set automatically for each chunk
11## based on the path
12## to disable set autoOCDB=0
13#
14#autoOCDB=0
15# TO BE CHANGED:
16#defaultOCDB="local:///cvmfs/alice-ocdb.cern.ch/calibration/data/2010/OCDB/"
17defaultOCDB="local:///cvmfs/alice.gsi.de/alice/data/2013/OCDB/"
18
19## force the run number (disables automatic guessing from chunk path)
20#runNumber=167123
21
22## makeflow options
23#makeflowPath="/hera/alice/aux/cctools/bin"
24#makeflowOptions="-T wq -N alice -d all -C ali-copilot.cern.ch:9097"
25#makeflowOptions="-T wq -N alice -C ali-copilot.cern.ch:9097"
26makeflowOptions="-T condor"
27
28## TO BE CHANGED: batch system options
29batchCommand="/usr/bin/qsub"
30#batchFlags="-b y -cwd -l h_rt=24:0:0,h_rss=4G -P alice" # should be working at GSI - central batch farm
31batchFlags="-b y -cwd -l h_rt=24:0:0,h_rss=4G " # should be working at GSI - lxb1001
32
33## TO BE CHANGED: Directory to store output, productionID from command line will be appended
34#
35baseOutputDirectory="/hera/alice/miranov/alice-tpc-notes/reconstruction/distortionFit/data/benchmark/submit/"
36#
37#TO BE CHANGED: init aliroot
38#must be a script which executed a command in a modified environment
39#e.g. alienv aliroot somemacro.C
40#
41#alirootEnv="/cvmfs/alice.cern.ch/bin/alienv setenv AliRoot/$ALIROOT_VERSION -c"
42alirootEnv="/u/miranov/.baliceTPC"
43
44#for running with old releases use a more recent aliroot that contains all the machinery
45#if set, will only be used at the MakeSummary stage
46#alirootEnvQA="/cvmfs/alice.cern.ch/bin/alienv setenv AliRoot/$ALIROOT_VERSION -c"
47
48#run QA with a known good version of the QA script
49#trustedQAtrainMacro='/hera/alice/mkrzewic/gsisvn/Calibration/QAtrain_duo.C'
50
51## if set to 1, run in whatever mktemp -d aasfa provides,
52## if set to 2, run in the current dir (as provided by the batch system) or subdir of that
53## then copy results to final place
54#
55reconstructInTemporaryDir=0
56
57## trigger mask sent to the reconstruction
58## if you want to send an empty string use "\"\""
59## usually, for filtered data use empty,
60## for unfiltered chunks use kCalibBarrel
61#
62#recoTriggerOptions="?Trigger=kCalibBarrel"
63#
64recoTriggerOptions="\"\""
65
66## merging is started when this percentage of input files is reconstructed
67# only relevant for batch systems
68#
69percentProcessedFilesToContinue=100
70maxSecondsToWait=$(( 3600*24 ))
71
72## maximal number of events to process (per chunk, -1 means no limit)
73#
74nEvents=100
75
76## max no of chunks per run(0 means no limit)
77#
78nMaxChunks=0
79
80## run these command(s) after the runnig dir has been set up, use to e.g.
81#
82postSetUpActionCPass0=""
83postSetUpActionCPass1=""
84
85## detailed setting what to run
86## CPass0
87#
88 runCPass0reco=1
89runCPass0MergeMakeOCDB=1
90## CPass1
91#
92 runCPass1reco=1
93runCPass1MergeMakeOCDB=1
94
95## filtering
96 runESDfiltering=1
97filteringFactorHighPt=1e2
98filteringFactorV0s=1e1
99
100## who to email upon completion
101#
102MAILTO=""
103
104## uncomment to just run the logic, dont check for data and dont process it -
105## fake the output files (for debugging)
106#
107#pretend=1
108
109##dump all output to stdout instead of a log for debugging
110#
111#dontRedirectStdOutToLog=1
112
113## uncomment this option to force streaming the logs to the final destination instead of the running directory
114## this way a log is always available even in case the batch system kills the job
115#
116logToFinalDestination=1
117
118#set the downscaling factors during the filtering fro expert QA (overrides the previous values)
119#AliAnalysisTaskFilteredTree_fLowPtTrackDownscaligF="1e-2"
120#AliAnalysisTaskFilteredTree_fLowPtV0DownscaligF="1e-2"
121
122#this forces root to produce a coredump where it normally would just crash (floting point exception)
123ALIROOT_FORCE_COREDUMP=1
124
125#run one job per run with valgrind...
126#profilingCommand="valgrind --tool=callgrind --num-callers=40 -v --trace-children=yes"
127#nEventsProfiling=5
128
129#copy input data to current dir instead of linking
130#copyInputData=0