CMS 3D CMS Logo

DQMStoreNonLegacy_cff.py
Go to the documentation of this file.
1 from DQMServices.Core.DQMStore_cfi import DQMStore
2 
3 # This flag is turned on automatically when a job runs with more than one stream.
4 # However, it changes much more than just thread safety related things, so it is
5 # better to turn it on in *any* job that can be run multi-threaded, to get more
6 # reliable tests. Running single-threaded with this flag turned on is safe, but
7 # some modules (HARVESTING, legacy) will not work with this (and therefore can't
8 # run multi-threaded.
9 DQMStore.enableMultiThread = True