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
Loading
Please sign in to comment