-
- Downloads
[DF] Enable thread safety for running RDFs in parallel
* Protect global state for to-be-jitted code shared across multiple RDFs * Make global counter in RDefineBase an atomic * Make RCsvDS thread safe by declaring globals static const * Point out in the docs that ROOT::RDF::SaveGraph is not thread-safe
Showing
- tree/dataframe/inc/ROOT/RCsvDS.hxx 3 additions, 2 deletionstree/dataframe/inc/ROOT/RCsvDS.hxx
- tree/dataframe/inc/ROOT/RDFHelpers.hxx 4 additions, 0 deletionstree/dataframe/inc/ROOT/RDFHelpers.hxx
- tree/dataframe/src/RCsvDS.cxx 11 additions, 11 deletionstree/dataframe/src/RCsvDS.cxx
- tree/dataframe/src/RDFInterfaceUtils.cxx 2 additions, 0 deletionstree/dataframe/src/RDFInterfaceUtils.cxx
- tree/dataframe/src/RDefineBase.cxx 3 additions, 3 deletionstree/dataframe/src/RDefineBase.cxx
- tree/dataframe/src/RLoopManager.cxx 3 additions, 0 deletionstree/dataframe/src/RLoopManager.cxx
Loading
Please register or sign in to comment