- Sep 15, 2017
-
-
charles leggett authored
Adds the command line option "--concurrent-events=N" which enables individual control of the number of concurrent events as well as the number of threads in an AthenaMT job. If --concurrent-events OR --threads is used, the job is assumed to be MT. If neither is set, then the job is not setup as AthenaMT. If only one of --concurrent-events or --threads is used, the other takes the same value (ie, same number of concurrent events as threads). Both --concurrent-events and --threads can also be set simultaneously Former-commit-id: f829830e
-
- Sep 06, 2017
-
-
New command-line options for athena: filesInput, evtMax, skipEvents See merge request !3245 Former-commit-id: 1e8f6ce1
-
- May 27, 2016
-
-
Atlas-Software Librarian authored
* Adding 'base release' to the dictionary returned by release_metadata (required by the Obsolete Geometry mechanism) 2016-03-15 Frank Winklmeier <fwinkl@cern> * python/PropertyProxy.py: Remove unnecessary string formatting in _isCompatible (twice faster) * tag AthenaCommon-03-03-11 2016-02-16 Charles Leggett * create ConditionStore for threaded jobs * tag AthenaCommon-03-03-10 M python/AtlasThreadedJob.py 2016-02-09 Vakho Tsulaia <tsulaia@cern.ch> * Introducing new command-line option for athena.py: --profile-python (OBO Wim) * tag AthenaCommon-03-03-09
-
- Feb 12, 2016
-
-
Charles Leggett authored
* tag AthenaCommon-03-03-08 * rename Algorithm property ErrorCount to ErrorCounter to match Gaudi M python/Configurable.py 2015-12-02 Will Buttinger <will@cern.ch> * test/AthenaCommon.xml: disable failing test in analysis releases, because HelloWorld package is not included * tagging as AthenaCommon-03-03-07 2015-11-17 Vakho Tsulaia <tsulaia@cern.ch> * Tagging AthenaCommon-03-03-06 * Fixing ATEAM-241: unconditionally set LIBC_FATAL_STDERR_ environment for redirecting glibc stacktrace to a file
-
- Sep 15, 2015
-
-
Vakhtang Tsulaia authored
* Tagging AthenaCommon-03-03-03 * Adding an overlay task to the DetFlags 2015-06-04 Charles Leggett * tag AthenaCommon-03-03-02 * add common concurrency opts (nProc, nThread) to ConcurrencyFlags jobProps * added CONFIGURATION_ERROR to ExitCodes (0x09) A python/ConcurrencyFlags.py M python/ExitCodes.py M python/AtlasThreadedJob.py M python/AthOptionsParser.py M share/Execution.py M share/Preparation.py 2015-06-01 Charles Leggett * tag AthenaCommon-03-03-01 * on behalf of John Chapman ... (Long ChangeLog diff - truncated)
-
- Sep 19, 2014
-
-
Charles Leggett authored
-