- 22 Dec, 2017 1 commit
-
-
- 21 Dec, 2017 4 commits
-
-
Marco Clemencic authored
-
Marco Clemencic authored
-
Marco Clemencic authored
-
Marco Clemencic authored
-
- 20 Dec, 2017 17 commits
-
-
Marco Clemencic authored
-
Marco Clemencic authored
-
Benedikt Hegner authored
Added a new event loop manager for HLT like usage, that is very simple and very fast scheduling (mr !537)
-
Benedikt Hegner authored
-
Benedikt Hegner authored
Closes #1
-
-
Benedikt Hegner authored
-
Benedikt Hegner authored
-
Benedikt Hegner authored
-
-
Benedikt Hegner authored
-
Benedikt Hegner authored
-
Benedikt Hegner authored
-
-
Benedikt Hegner authored
-
Benedikt Hegner authored
Fixed use of zlib See merge request gaudi/Gaudi!553
-
Sebastien Ponce authored
-
- 18 Dec, 2017 10 commits
-
-
Marco Clemencic authored
-
Marco Clemencic authored
-
Marco Clemencic authored
-
Marco Clemencic authored
-
Marco Clemencic authored
-
Marco Clemencic authored
-
Marco Clemencic authored
-
-
Marco Clemencic authored
-
Marco Clemencic authored
See GAUDI-1312
-
- 15 Dec, 2017 1 commit
-
-
Charles Leggett authored
Fix a bug in data/condition object state detection in temporal and topological tracer's (3T) graph assembling See merge request gaudi/Gaudi!543
-
- 14 Dec, 2017 1 commit
-
-
Illya Shapoval authored
-
- 13 Dec, 2017 1 commit
-
-
Benedikt Hegner authored
See merge request gaudi/Gaudi!533
-
- 12 Dec, 2017 2 commits
-
-
Sebastien Ponce authored
-
Sebastien Ponce authored
-
- 08 Dec, 2017 2 commits
-
-
Sebastien Ponce authored
This includes in particular : - the use of none_of for ordering the algorithms - dropping of duplicated warning messages - usage of unique_ptr for the EventContext - code simplifications
-
Sebastien Ponce authored
-
- 06 Dec, 2017 1 commit
-
-
Sebastien Ponce authored
This new event loop manager has an integrated scheduler that is very simple : it sequentializes the list of algorithms to run according to Data Dependencies and schedules full events in tbb, so that one task runs serially all algorithms one after the other. The scheduling of events is pure fifo : schedule as many events as slots in the white board initially and triggers the next one when oen finishes. In comparison with the Avalanche scheduler, many features are not present : no resources, no dynamic rearrangement of the sequence, no IO bound algos in particular. On the other hand, the scheduling is much faster and allows to sustain high rates of events.
-