Skip to content
Snippets Groups Projects
Commit b021aeac authored by Florian Christoph Fischer's avatar Florian Christoph Fischer
Browse files

Fixing READE: correct for release in which to run AthSimulation TFile::Open tests

Former-commit-id: db02e33dc8f5498d83ac79060c9d037e0b334336
parent 41abbf66
No related branches found
No related tags found
No related merge requests found
...@@ -12,12 +12,12 @@ Detailed lists of the tests that are performed within the particular software re ...@@ -12,12 +12,12 @@ Detailed lists of the tests that are performed within the particular software re
* **TFile::Open** (using an AOD input file) * **TFile::Open** (using an AOD input file)
* master/Athena * master/Athena
* 21.0/Athena * 21.0/Athena
* 21.0/AthSimulation
* 21.2/AthAnalysis * 21.2/AthAnalysis
* 21.2/AthDerivation * 21.2/AthDerivation
* 21.2/AnalysisBase * 21.2/AnalysisBase
* 21.2/AnalysisTop * 21.2/AnalysisTop
* 21.3/Athena * 21.3/Athena
* 21.3/AthSimulation
* 21.9/Athena * 21.9/Athena
* **`Reco_tf.py`** with RAW input file: * **`Reco_tf.py`** with RAW input file:
* 21.0/Athena * 21.0/Athena
...@@ -122,4 +122,4 @@ art.py grid -v ../source/athena/Tools/DirectIOART/ DirectIOART_20180724_1 ...@@ -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.: 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/ user.flfische.atlas.21.2.AnalysisBase.x86_64-slc6-gcc62-opt.2018-07-04T0335.DirectIOART_20180706_2.DirectIOART/
``` ```
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment