- Oct 20, 2023
-
-
- Nov 01, 2022
-
-
Tadej Novak authored
-
- Jun 17, 2022
-
-
- Dec 09, 2021
-
-
- May 27, 2021
-
-
- Apr 07, 2021
-
-
Illya Shapoval authored
-
- Aug 04, 2020
-
-
patch generated by https://gitlab.cern.ch/bwynne/Gaudi_gaudi/-/jobs/8392259
-
- May 07, 2020
-
-
Illya Shapoval authored
o avoid missing one worker thread in the TBB global thread pool when ThreadPoolSvc is configured to use all available hardware threads; o initialize boost::barrier counter accordingly to the above change to avoid leaving one ThreadInitTask in limbo at termination of ThreadPoolSvc; o make ThreadPoolSvc set the right number of worker threads in Gaudi::Concurrency::ConcurrencyFlags. Also, change the AvalancheSchedulerSvc's help message about worker thread pool size to reflect what is actually going on in the ThreadPoolSvc.
-
- Mar 30, 2020
-
-
Illya Shapoval authored
-
- Mar 29, 2020
-
-
Illya Shapoval authored
remove move semantics from AvalancheScheduler::signoff, which was added for symmetry with other facilities but is actually an overkill
-
- Mar 26, 2020
-
-
Illya Shapoval authored
extend the category of tasks that can be scheduled preemptively to 'CPU-blocking' from just 'I/O-bound' (terminological change only)
-
- Mar 25, 2020
-
-
Illya Shapoval authored
-
Illya Shapoval authored
-
Illya Shapoval authored
merge AlgoExecutionTask and IOBoundAlgTask into AlgTask, introduce TaskSpec and rename IAlgTask to ITask
-
Illya Shapoval authored
-
Illya Shapoval authored
-
Illya Shapoval authored
schedule blocking tasks directly from the AvalancheSchedulerSvc (instead of delegating this to IOBoundAlgSchedulerSvc)
-
Illya Shapoval authored
-
Illya Shapoval authored
-
Illya Shapoval authored
merge scheduling of blocking tasks with scheduling of regular tasks into a single method (and move some log messages around)
-
- Dec 14, 2019
-
-
Marco Clemencic authored
-
- Dec 06, 2019
-
-
- Jun 25, 2019
- May 07, 2019
-
-
- Feb 01, 2019
-
-
patch generated by standalone job
-
- Jan 29, 2019
-
-
- Sep 24, 2018
-
-
- Sep 20, 2018
-
-
- Sep 19, 2018
-
-
- Jul 25, 2018
-
-
Charles Leggett authored
This reverts merge request !719
-
- Jul 18, 2018
-
-
- May 25, 2018
-
-
Illya Shapoval authored
-
- May 23, 2018
-
-
Illya Shapoval authored
-
Illya Shapoval authored
-
Illya Shapoval authored
-
Illya Shapoval authored
detect scheduling stalls event-wise, and don't force Avalanche Scheduler to self-deactivate upon a failure/stall (the latter is still handled by HiveSlimEventLoopMgr)
-
Illya Shapoval authored
-
- May 22, 2018
-
-
Illya Shapoval authored
-
Illya Shapoval authored
-
Illya Shapoval authored
-