From c49f2d8330a2e886e879c3101e634bf7bb08bb5c Mon Sep 17 00:00:00 2001 From: Florian Christoph Fischer <florian.christoph.fischer@cern.ch> Date: Wed, 12 Sep 2018 09:26:51 +0200 Subject: [PATCH] Fixing READE: correct for release in which to run AthSimulation TFile::Open tests Former-commit-id: ce4f1459fdf5118d7977fd0db4853250f5907879 --- Tools/DirectIOART/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Tools/DirectIOART/README.md b/Tools/DirectIOART/README.md index f61db2abb6b..de314f6af07 100644 --- a/Tools/DirectIOART/README.md +++ b/Tools/DirectIOART/README.md @@ -12,12 +12,12 @@ Detailed lists of the tests that are performed within the particular software re * **TFile::Open** (using an AOD input file) * master/Athena * 21.0/Athena + * 21.0/AthSimulation * 21.2/AthAnalysis * 21.2/AthDerivation * 21.2/AnalysisBase * 21.2/AnalysisTop * 21.3/Athena - * 21.3/AthSimulation * 21.9/Athena * **`Reco_tf.py`** with RAW input file: * 21.0/Athena @@ -122,4 +122,4 @@ art.py grid -v ../source/athena/Tools/DirectIOART/ DirectIOART_20180724_1 After calling `"art.py"`, the keyword `"grid"` tells ART to prepare for grid submission. Again, the `"../source.DirectIOART/"` path has to be given, but now with a sequence tag which is composed of, firstly, the package name, secondly, the submission date, and third, a counting index. Every `"art.py grid ..."` command will create a separate job containing all executed tests as single tasks. Actually, what the sequence tag looks like doesn't matter as long as it is unique, since it will be part of the grid job's output name as displayed on your [bigpanda](https://bigpanda.cern.ch/) page, e.g.: ``` user.flfische.atlas.21.2.AnalysisBase.x86_64-slc6-gcc62-opt.2018-07-04T0335.DirectIOART_20180706_2.DirectIOART/ -``` \ No newline at end of file +``` -- GitLab