Skip to content
Snippets Groups Projects
  1. Sep 15, 2017
    • charles leggett's avatar
      Add command line option "--concurrent-events" for AthenaMT · 3d3a8380
      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
      3d3a8380
  2. Sep 06, 2017
  3. Jul 13, 2017
  4. Jun 22, 2017
  5. Jun 01, 2017
  6. May 23, 2017
  7. May 16, 2017
  8. May 07, 2017
  9. May 04, 2017
  10. May 02, 2017
  11. Apr 26, 2017
  12. Apr 10, 2017
  13. Apr 09, 2017
  14. Apr 04, 2017
  15. Apr 03, 2017
  16. Mar 31, 2017
  17. Mar 21, 2017
  18. Mar 15, 2017
  19. Mar 14, 2017
  20. Mar 13, 2017
  21. Mar 11, 2017
  22. Mar 01, 2017
  23. Feb 26, 2017
  24. Feb 22, 2017
    • Charles Leggett's avatar
      updated Control/AthenaCommon to AthenaCommon-03-03-22 · 048a3842
      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
      048a3842
  25. Jan 01, 2017
    • Scott Snyder's avatar
      'Add workaround needed in gaudi 28 for problem with pyroot passing arguments... · d3c853ee
      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
      d3c853ee
  26. Sep 28, 2016
    • Scott Snyder's avatar
      'Workaround for ATLASRECTS-3486.' (AthenaCommon-03-03-15) · 44509bbd
      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
      44509bbd
  27. May 27, 2016
    • Atlas-Software Librarian's avatar
      'CMakeLists.txt' (AthenaCommon-03-03-12) · 56a83abb
      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
      56a83abb
  28. Feb 12, 2016
    • Charles Leggett's avatar
      rename Algorithm property ErrorCount to ErrorCounter to match Gaudi (AthenaCommon-03-03-08) · ec9853a3
      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
      ec9853a3
  29. Oct 10, 2015
    • Scott Snyder's avatar
      From John Baines: Add FTK to DetFlags. (AthenaCommon-03-03-05) · 38759c0b
      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.
      38759c0b
  30. Sep 15, 2015
    • Vakhtang Tsulaia's avatar
      Adding an overlay task to the DetFlags (AthenaCommon-03-03-03) · ac9b29bb
      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)
      ac9b29bb
  31. Feb 07, 2015
  32. Jan 19, 2015
    • Marcin Nowak's avatar
      movel ROOT6 setup to PyTools/Helpers.py (AthenaCommon-03-02-01) · 553aa895
      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)
      553aa895
  33. Sep 19, 2014
Loading