Skip to content

Draft: distributed RDF, episode 2

Jindrich Lidrych requested to merge jlidrych/bamboo:distrRDF-part2 into master

Now, when we can use the latest root (root 6.30.02), we can fix some issues related to the integration of distributed RDF((PR218)[!218 (merged)]).

This PR includes:

  • gitlab CI for LCG105(el7) and LCG105_alma9
  • some fixes related to distributedRDF

Now it is possible to use dask_local:

Examples like these ones should now work:

bambooRun --module=examples/nanozmumu.py:NanoZMuMu --distrdf-be=dask_local --distributed=sequential --sample=DY_M50_test --anaConfig=examples/test1.yml tests/data/DY_M50_2016.root -o test-minimal-nanozmumu-v11 --backend=distributed -v

bambooRun --module=examples/nanozmumu.py:NanoZMuMu --distrdf-be=dask_local --distributed=parallel --sample=DY_M50_test --anaConfig=examples/test1.yml tests/data/DY_M50_2016.root -o test-minimal-nanozmumu-v11 --backend=distributed -v

Merge request reports