- 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
-
- Jul 13, 2017
-
-
Tomasz Bold authored
Former-commit-id: 716b328f
-
- Jun 22, 2017
-
-
Marcin Nowak authored
Removing uses of PyCintex, CINT, Reflex and ROOT5 from packages in Control - they are not needed in ROOT6 world. Former-commit-id: 61252ce5
-
- Jun 01, 2017
-
-
change default bunch spacing to 25ns See merge request !2312 Former-commit-id: 579cc762
-
- May 23, 2017
-
-
Walter Lampl authored
Former-commit-id: 0630c9df
-
- May 16, 2017
-
-
Vakhtang Tsulaia authored
Former-commit-id: b760b403
-
- May 07, 2017
-
-
Turn on StopOverride for AthMasterSeq to ensure that the registration sequence will always get run. Former-commit-id: eed25254
-
- May 04, 2017
-
-
Dirk Duschinger authored
This reverts merge request !1 Former-commit-id: 99708750
-
ssh://gitlab.cern.ch:7999/atlas-perf-tau/athenaDirk Duschinger authored
This reverts commit 391deef5 [formerly 89865472] Former-commit-id: 1bf34570
-
- May 02, 2017
-
-
scott snyder authored
Turn on StopOverride for AthMasterSeq to ensure that the registration sequence will always get run. Former-commit-id: 7c5576ab
-
- Apr 26, 2017
-
-
Charles Leggett authored
Former-commit-id: c427e80e
-
- Apr 10, 2017
-
-
Alexey Boldyrev authored
Former-commit-id: 36ed40a4
-
- Apr 09, 2017
-
-
Alexey Boldyrev authored
Escape of xml/html tags in Doxygen comment blocks except packagedoc.h files and clear html blocks inside of comment blocks Former-commit-id: 994b1c6e
-
- Apr 04, 2017
-
-
scott snyder authored
If an algorithm filter fails, then AthAlgEvtSeq could return early, skipping the end-of-event incident processing algorithms. Turn on StopOverride for this sequence so that the end-of-event algorithms will always get run. Former-commit-id: 49f6d4f6
-
- Apr 03, 2017
-
- Mar 31, 2017
-
-
Remove CMT layout assumption in ConfiguredFactory (ATEAM-391) See merge request !638 Former-commit-id: e2555b09
-
- Mar 21, 2017
-
- Mar 15, 2017
-
- Mar 14, 2017
-
- Mar 13, 2017
-
- Mar 11, 2017
-
-
Vakhtang Tsulaia authored
Created AthCondSeq for CondInputLoader and Conditions Algs. Added PixelCalibCondAlg to AthCondSeq. Former-commit-id: 868f4ef6
-
- Mar 01, 2017
-
- Feb 26, 2017
-
-
Charles Leggett authored
Former-commit-id: ff4fab5f
-
- Feb 22, 2017
-
-
Charles Leggett authored
Added AthBeginSeq and AthEndSeq sandwitching around AthAlgSeq to handle Incident Processing Algorithms 2017-01-25 Steve Farrell <Steven.Farrell@cern.ch> * Setting _threaded attribute of PyROOT-bound C++ methods in AthAppMgr in order to release the python GIL. The flag is set according to ConcurrencyFlags.NumThreads() and is set for the initialization, executeRun, and finalization calls. * Tagging: AthenaCommon-03-03-21 Former-commit-id: efaefbcf
-
- Jan 01, 2017
-
-
Scott Snyder authored
'Add workaround needed in gaudi 28 for problem with pyroot passing arguments to rvalue references.' (AthenaCommon-03-03-19) * Tagging AthenaCommon-03-03-19. * python/ConfigurationShelve.py (loadJobOptionsCatalogue): Add workaround needed in gaudi 28 for problem with pyroot passing arguments to rvalue references. 2016-12-20 Vakho Tsulaia <tsulaia@cern.ch> * Fixing release_metadata() function such that it can work with non-consistent ReleaseData files (local MIG problem) * Tagging AthenaCommon-03-03-18 2016-11-30 scott snyder <snyder@bnl.gov> * Tagging AthenaCommon-03-03-17. * python/JobProperties.py (JobPropertyContainer.__getattribute__): Fix infinite recursion introduced by last change. 2016-11-28 Walter Lampl <walter.lampl@ cern.ch> * print suggestions for mis-spelled property names * tag AthenaCommon-03-03-16 Former-commit-id: d11920e5
-
- Sep 28, 2016
-
-
Scott Snyder authored
* Tagging AthenaCommon-03-03-15. * python/AppMgr.py (AthAppMgr.initialize): Workaround for ATLASRECTS-3486: touch some STL types early to avoid spurious errors from ROOT. Did not add vector<char>/vector<unsigned char> at this point as they are in the xAODCore rootmap. 2016-09-04 scott snyder <snyder@bnl.gov> * Tagging AthenaCommon-03-03-14. * Revert -13. 2016-06-09 Will Buttinger <will@cern.ch> * python/Configurable.py: stop handle properties from adding their properties to joboptionssvc unless they are non default * tag AthenaCommon-03-03-13 Former-commit-id: ebee448b
-
- 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
-
- Oct 10, 2015
-
-
Scott Snyder authored
* Tagging AthenaCommon-03-03-05. * From John Baines: * Add FTK to DetFlags. 2015-09-21 scott snyder <snyder@bnl.gov> * Tagging AthenaCommon-03-03-04. * python/AppMgr.py (AthAppMgr.setup): Fix set of setupok. Update message for adding an algorithm with properties not set from debug to error.
-
- 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)
-
- Feb 07, 2015
-
-
Vakhtang Tsulaia authored
* Merging changes from AthenaCommon-03-00-00-03 to the trunk * Tagging AthenaCommon-03-02-02 2014-12-12 will butinger <will@cern.ch> * python/AlgSequence.py: removed surplus yield statement
-
- Jan 19, 2015
-
-
Marcin Nowak authored
* share\Preparation.py: movel ROOT6 setup to PyTools/Helpers.py * tag AthenaCommon-03-02-01 2014-10-28 Marcin Nowak <Marcin.Nowak@cern.ch> * python: merged with AthenaCommon-03-00-00-02 to get Gaudi v25.3 configurables * tag AthenaCommon-03-02-00 2014-10-24 Marcin Nowak <Marcin.Nowak@cern.ch> * share\Preparation.py (install_pycintex_filter): added import hook to signal PyCool that PyCintex can't be loaded * tag AthenaCommon-03-01-04 2014-10-23 Marcin Nowak <Marcin.Nowak@cern.ch> * share\Preparation.py (addROOTIncludePaths): add Eigen and Geant4 paths * tag AthenaCommon-03-01-03 2014-10-22 Marcin Nowak <Marcin.Nowak@cern.ch> * share\Preparation.py: for ROOT6 cppyy pretends to be PyCintex. * share\Preparation.py: use addROOTIncludePaths() ... (Long ChangeLog diff - truncated)
-
- Sep 19, 2014
-
-
Charles Leggett authored
-