Skip to content

AvalancheSchedulerSvc: Fix undefined output ordering.

Scott Snyder requested to merge ssnyder/Gaudi:output-order-20180315 into master

Use std::map instead of std::unordered_map for algosDependenciesMap, so that the output will be printed in a well-defined order.

Merge request reports