JupyterLab C++ ROOT does not suport multicore. Passing 10fb to 39fb very long to run with labtop
More events less speed to run
JupyterLab C++ ROOT does not suport multicore. Passing 10fb to 39fb very long to run with labtop
More events less speed to run
What were you running exactly? There are a handful of ways to parallelize to speed things up if you would like to.
Best,
Zach
C++ Root in jupyterlab are used to run four C++ analysis . have you example of prallel analysis in Docker and jupyterlab
Sure! In our November tutorial we included a lesson on using RDataFrame, which supports multi-threading for analysis and which runs in a notebook. This particular one used pythonic ROOT, but it is straightforward to translate the same into C++, since it’s “native” ROOT:
Cheers,
Zach