ImplicitMT Writing issues

Hi, I have a problem using ImplicitMT in RDataFrame.

While I am not using MT the scripts work well, but putting it on an Error arises:

Error in TROOT::WriteTObject: The current directory (PyROOT) is not associated with a file.

How MT could have an impact on this?


Please read tips for efficient and successful posting and posting code

ROOT Version: Not Provided
Platform: Not Provided
Compiler: Not Provided


Hi @imanol097 ,
just a guess, but in older ROOT versions multi-thread writing could change ROOT’s gDirectory (i.e. you have to reset it with file.cd() to the value you want).

What ROOT version is this with? Can you provide a reproducer that we can run e.g. on LXPLUS?

Cheers,
Enrico

@eguiraud ROOT version is new: ROOT 6.24/06

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.