Skip to content
Snippets Groups Projects
This project is mirrored from https://gitlab.cern.ch/atlas/athena.git. Pull mirroring updated .
  1. Mar 12, 2017
  2. Mar 11, 2017
  3. Mar 10, 2017
  4. Mar 09, 2017
    • Charles Leggett's avatar
      Enable Concurrent/Sequential Sequences in MT · 9bfcbf6b
      Charles Leggett authored
      Add Property "Sequential" to AthSequences (default=false), which
      indicates to the Scheduler how to process the Algorithms in it. If
      Sequential=False, processing is unchanged from current behavior,
      and only data flow rules will determine the scheduling. If Sequential=True,
      the Scheduler will enforce strict ordering of the Algorithms, meaning that
      one must terminate before the next can start. The Algorithms can still execute
      in different threads, and other Algorithms may be scheduled between them.
      
      This Property has no impact in Serial running, and requires the Properties
      useGraphFlowManagement and DataFlowManagerNext of the ForwardSchduler to be
      set "True".
      
      
      Former-commit-id: 7782ffe6
      9bfcbf6b
    • Charles Leggett's avatar
      Pixel reco db tool migration · bdab4c8d
      Charles Leggett authored
      See merge request !328
      
      Former-commit-id: 4699bb3f
      bdab4c8d
  5. Mar 08, 2017
  6. Mar 07, 2017
  7. Mar 06, 2017
  8. Mar 04, 2017
  9. Mar 03, 2017
Loading