Method to ask ROOT the state of ImplicitMT

I want to avoid the following warning on my output when I call ROOT::DisableImplicitMT.

Warning in <ROOT_TImplicitMT_DisableImplicitMT>: Implicit multi-threading is already disabled

There is a way to ask ROOT before calling that function? So that I prevent the warning coming out?

Thanks!

Hello Javier,

ROOT::IsImplicitMTEnabled(), here is the doc.

Don’t hesitate to come back to us in case of further questions!

Cheers,
D

1 Like

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