]> git.uio.no Git - u/mrichter/AliRoot.git/blob - PWGPP/benchmark/benchmark.config.d/90cern-virtual-cluster.config.example
Merge branch 'feature-movesplit'
[u/mrichter/AliRoot.git] / PWGPP / benchmark / benchmark.config.d / 90cern-virtual-cluster.config.example
1 #
2 # 90cern-virtual-cluster.config -- by Dario Berzano <dario.berzano@cern.ch>
3 #
4 # Appended to the main benchmark.config file. Files in benchmark.config.d are
5 # appended in alphabetical order.
6 #
7 # Configuration overrides for running the ALICE Release Validation on the CERN
8 # virtual cluster.
9 #
10
11 # Makeflow:
12 # - more verbose (-d all)
13 # - run on HTCondor (-T condor)
14 # - launch max 300 concurrent jobs (-J 300) (default is 100)
15 # - automatically retry failed jobs up to 10 times (-r 10)
16 makeflowOptions='-T condor -d all -J 300 -r 10'
17
18 # Always reconstruct in the current job's directory, and not in the system's
19 # temporary directory
20 reconstructInTemporaryDir=2
21
22 # Never log to final destination: copy log file at the end instead
23 logToFinalDestination=1
24
25 # Copy input files into each job's workspace instead of symlinking: needed if
26 # we are accessing files on a non-mounted filesystem (e.g. root://...)
27 copyInputData=1
28
29 # Tell xrdcp where to find the proxy and valid CAs
30 export X509_CERT_DIR='/cvmfs/grid.cern.ch/etc/grid-security/certificates'
31 export X509_USER_PROXY='/etc/eos-proxy'