]> git.uio.no Git - u/mrichter/AliRoot.git/blame - PWGPP/benchmark/benchmark.config.d/90cern-virtual-cluster.config.example
RelVal: do not log directly to remote dir
[u/mrichter/AliRoot.git] / PWGPP / benchmark / benchmark.config.d / 90cern-virtual-cluster.config.example
CommitLineData
001644af 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)
15makeflowOptions='-T condor -d all -J 300'
16
17# Always reconstruct in the current job's directory, and not in the system's
18# temporary directory
19reconstructInTemporaryDir=2
7d532182 20
21# Never log to final destination: copy log file at the end instead
22logToFinalDestination=1