Skip to content
Snippets Groups Projects
  1. Sep 15, 2017
    • charles leggett's avatar
      Add command line option "--concurrent-events" for AthenaMT · f829830e
      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
      f829830e
  2. Apr 26, 2017
  3. Mar 14, 2017
  4. Mar 13, 2017
  5. Mar 01, 2017
  6. Feb 26, 2017
  7. Feb 22, 2017
    • Charles Leggett's avatar
      updated Control/AthenaCommon to AthenaCommon-03-03-22 · efaefbcf
      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
      efaefbcf
  8. May 27, 2016
    • Atlas-Software Librarian's avatar
      'CMakeLists.txt' (AthenaCommon-03-03-12) · 474c51b9
      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
      474c51b9
  9. Sep 15, 2015
    • Vakhtang Tsulaia's avatar
      Adding an overlay task to the DetFlags (AthenaCommon-03-03-03) · 787cd62f
      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)
      787cd62f
Loading