- Nov 21, 2019
-
-
Frank Winklmeier authored
The `TestPolicy` dependency stems mostly from the automatic `requirements` to `CMakeLists.txt` file migration. In cmake builds, the TestPolicy package is mostly useless apart from a few header files. So most packages do no need this dependency anymore.
-
- Jul 05, 2019
-
-
Vakhtang Tsulaia authored
As it was described in the How to run multi-core jobs in production document, we are introducing two command-line options for the job transform: --multithreaded --multiprocess As the names suggest, the former is used for running AthenaMT and the latter for running AthenaMP. The number of threads/processes is taken from a new ATHENA_CORE_NUMBER environment. Now, we have two equivalent ways to run a job in AthenaMT (Reco_tf is used here as an example): ATHENA_CORE_NUMBER=N Reco_tf.py --multithreaded [Other Options] Reco_tf.py --athenaopts=--threads=N [Other Options] Similarly, for running AthenaMP we have two options: ATHENA_CORE_NUMBER=N Reco_tf.py --multiprocess [Other Options] Reco_tf.py --athenaopts=--nprocs=N [Other Options] We will get a configuration error from the transform if one of the following occurs: * ATHENA_PROC_NUMBER was not set but either --multiprocess or --multithreaded was provided * Both --multiprocess and --multithreaded options were provided to the same job * --multiprocess was used in combination with either --athenaopts=--nprocs=N or --athenaopts=--threads=N * --multithreaded was used in combination with --athenaopts=--threads=N or --athenaopts=--nprocs=N By implementing these changes we declare the old ATHENA_RPOC_NUMBER environment obsolete. Athena repository has been cleaned up from the dependency on this environment. The only exception is Generator code, which is yet to be migrated.
-
- Jun 16, 2019
-
-
DirectIOART: Fixing missing davix debug logging output See merge request atlas/athena!24178 (cherry picked from commit d59df5b143fbdda1605e79db4b00a428839c20e5) 04ff4185 Fixed bug with missing davix debug logging output by changing type of argument...
-
- May 23, 2019
-
-
DirectIOART: Adding TFile::Open tests probing rucio redirector See merge request atlas/athena!23596 (cherry picked from commit a191c959) 1b28a81e Adding TFile::Open tests probing rucio redirector
-
- Mar 21, 2019
-
-
Tomasz Bold authored
-
- Mar 15, 2019
-
-
DirectIOART: Renamed TURLs for xAODChecker tests in 21.2/AnalysisBase See merge request atlas/athena!21781 (cherry picked from commit f6db1174) c31cc5ce Renamed TURLs for xAODChecker tests in 21.2/AnalysisBase
-
- Nov 18, 2018
- Nov 16, 2018
-
-
Florian Christoph Fischer authored
Former-commit-id: c8a1cdd1
-
- Sep 27, 2018
-
-
Florian Christoph Fischer authored
Former-commit-id: 8828d62c
-
- Sep 25, 2018
-
-
Florian Christoph Fischer authored
Former-commit-id: 6356006d
-
- Sep 12, 2018
-
-
Florian Christoph Fischer authored
Former-commit-id: ce4f1459
-
- Sep 11, 2018
-
-
Florian Christoph Fischer authored
Former-commit-id: efa4dda0
-
- Jun 21, 2018
-
- May 15, 2018
- May 11, 2018
-
-
Updated CMakeLists.txt See merge request atlas/athena!11013 (cherry picked from commit c312f26e [formerly 516d4cabbc4dc7e993a6cc2fadb346e33e5ff680]) debdb79d Modified generateARTtests.py and CMakeLists.txt a105c703 Updated CMakeLists to prevent CI error d4302968 Put quotes around environment variable in CMakeLists.txt afe92ff8 Removed second (outer) if statement 46efaf62 Removed any check on AthAnalysis Former-commit-id: 10686499
-
- May 10, 2018
- May 08, 2018
- Mar 29, 2018
-
-
DirectIOART: Fixing test script(s) See merge request atlas/athena!10037 (cherry picked from commit 70a7cfdb [formerly 6f46e0347c23f6f27550c2bba1e81126cc048cc0]) d0a0c542 fixed PoolFileCatalog error for AnalysisBase 524c9b17 changed test script to only lower-case name 1b50f28b removed obsolete lines and commented text Former-commit-id: f27f140c
-
- Mar 17, 2018