Releases: AliceO2Group/O2DPG
Releases · AliceO2Group/O2DPG
prod-202109-21: fix unit of default memory limit
This was in bytes which lead to overscription on some systems. Now corrected to be in MB.
prod-202109-20
Integrate FV0 workflow
prod-202107-22
Properly quote configKeyValues; Be clear that full paths required for…
prod-202107-05: Tmp disabling confkey check
We need a more detailed treatment; The condition to have to have confkeys does not always apply (boxgen for instance).
prod-202106-15
simworkflow: option for early cleanup / disable OpenMP for TPC clusters
prod-202106-04
adjusting few resource fields
prod-202106-02: Update o2dpg_sim_workflow.py
add missing list initialization
prod-202105-09
AOD merging as part of workflow
prod-202104-30: Adjustin IRate; improvements in pipeline runner
Several improvements in pipeline runner: * fix a bug with "skipping task" ... now much faster * provide option to make core-dump checkpoint on failure and upload to ALIEN * offer possibility to re-schedule a failed task when it matches a certain condition (for instance random failures that happen very rarely)
prod-202104-27: Fix stall problem in pipeliner runner in environments with nice>0
This is fixing a stall problem in the pipeline runner, which was observed on systems (GRID), where the runner was launched with an increased nice value (>0). In this scenario, allocated resources per task were not correctly "un-accounted' and so the runner stalled at some moment since it couldn't find free resources. This commit is also adding some debugging mechanism with webhooks. Later integration into the standard logging system would be nice.