Releases: AliceO2Group/O2DPG
Releases · AliceO2Group/O2DPG
prod-202104-22
pipeline-runner: Option to cat failing logs to stdout
prod-202104-16: Slightly higher DPL --rate settings
--rate 1 has exit/termination problems. With a slightly higher rate (1000) this seems to work much better while still avoiding busy CPU spinning problems in source devices.
prod-202104-12
Better TPC cluster merging
prod-202104-01: Changes to workflow generator
* Split TPC clusterization into 2 stages so that we can fit into 16GB for ~100PbPb. * Introduce additional cluster merging step to prepare one file for TPC reco * Add ROOT macro helper for the merge step (to be generalized later) * Adjust some memory/cpu resource estimates (based on ~100PbPb dataframes) * Don't use --rate 1 for TOF reco workflow. Now terminates much faster.
prod-202103-03: pipeline runner: psutil Stability fixes and workarounds
It turns out that psutil.children() has not enough priviledges to determine the list of child processes on some GRID Unixes. In such cases, we now use a custom solution based on a bash function.
prod-202103-02: Convert PWGHF embedding_bechmark to pipeline system
First step of code reduction and transition.
prod-202101-28: Revert "load taskwrapper only when not already there"
This reverts commit b9bd930accb604df95e24b217cd8d9da20e51ebd. Doesn't work as expected.
prod-202101-27
load taskwrapper only when not already there
prod-202101-26: adapt to option change
+ smaller typo fixes
prod-202101-18
Transport only primaries produced in the barrel for the HF embedding …