Skip to content

Releases: AliceO2Group/O2DPG

prod-202104-22

22 Apr 12:23
Compare
Choose a tag to compare
pipeline-runner: Option to cat failing logs to stdout

prod-202104-16: Slightly higher DPL --rate settings

16 Apr 09:00
Compare
Choose a tag to compare
--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

12 Apr 09:07
Compare
Choose a tag to compare
Better TPC cluster merging

prod-202104-01: Changes to workflow generator

01 Apr 11:04
Compare
Choose a tag to compare
* 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

03 Mar 09:03
Compare
Choose a tag to compare
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

02 Mar 16:21
Compare
Choose a tag to compare
First step of code reduction and transition.

prod-202101-28: Revert "load taskwrapper only when not already there"

28 Jan 12:45
Compare
Choose a tag to compare
This reverts commit b9bd930accb604df95e24b217cd8d9da20e51ebd.
Doesn't work as expected.

prod-202101-27

27 Jan 13:24
Compare
Choose a tag to compare
load taskwrapper only when not already there

prod-202101-26: adapt to option change

26 Jan 07:57
Compare
Choose a tag to compare

prod-202101-18

18 Jan 13:26
Compare
Choose a tag to compare
Transport only primaries produced in the barrel for the HF embedding …