Skip to content

Releases: AliceO2Group/O2DPG

prod-202104-22

Choose a tag to compare

@sawenzel sawenzel released this 22 Apr 12:23
pipeline-runner: Option to cat failing logs to stdout

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

Choose a tag to compare

@sawenzel sawenzel released this 16 Apr 09:00
--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

Choose a tag to compare

@sawenzel sawenzel released this 12 Apr 09:07
Better TPC cluster merging

prod-202104-01: Changes to workflow generator

Choose a tag to compare

@sawenzel sawenzel released this 01 Apr 11:04
* 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

Choose a tag to compare

@sawenzel sawenzel released this 03 Mar 09:03
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

Choose a tag to compare

@sawenzel sawenzel released this 02 Mar 16:21
First step of code reduction and transition.

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

Choose a tag to compare

@sawenzel sawenzel released this 28 Jan 12:45
This reverts commit b9bd930accb604df95e24b217cd8d9da20e51ebd.
Doesn't work as expected.

prod-202101-27

Choose a tag to compare

@sawenzel sawenzel released this 27 Jan 13:24
load taskwrapper only when not already there

prod-202101-26: adapt to option change

Choose a tag to compare

@sawenzel sawenzel released this 26 Jan 07:57
+ smaller typo fixes

prod-202101-18

Choose a tag to compare

@sawenzel sawenzel released this 18 Jan 13:26
Transport only primaries produced in the barrel for the HF embedding …