There was a problem fetching the pipeline summary.
added ConcurrencyFlags class
The static ConcurrencyFlags allows easy access to information about the number of threads, concurrent events, and processes. For running in serial, numThreads == 0, numConcEvents == 0, numProcs == 0, useful to distinguish between running serial, and running MT with 1 thread, or MP with 1 process. See merge request !277
No related branches found
No related tags found
Pipeline #
Showing
- GaudiHive/src/ForwardSchedulerSvc.cpp 4 additions, 0 deletionsGaudiHive/src/ForwardSchedulerSvc.cpp
- GaudiHive/src/ThreadPoolSvc.cpp 5 additions, 0 deletionsGaudiHive/src/ThreadPoolSvc.cpp
- GaudiKernel/GaudiKernel/ConcurrencyFlags.h 65 additions, 0 deletionsGaudiKernel/GaudiKernel/ConcurrencyFlags.h
- GaudiKernel/src/Lib/ConcurrencyFlags.cpp 11 additions, 0 deletionsGaudiKernel/src/Lib/ConcurrencyFlags.cpp
Loading
Please register or sign in to comment