21void customize(std::vector<ConfigParamSpec>& workflowOptions)
23 std::string spaceParallelHelp(
"Number of tpc processing lanes. A lane is a pipeline of algorithms.");
24 workflowOptions.push_back(
25 ConfigParamSpec{
"2-layer-jobs", VariantType::Int, 1, {spaceParallelHelp}});
27 std::string timeHelp(
"Time pipelining happening in the second layer");
28 workflowOptions.push_back(
29 ConfigParamSpec{
"3-layer-pipelining", VariantType::Int, 1, {timeHelp}});
ConfigParamRegistry & options() const