Skip to content
Snippets Groups Projects
Commit 215f2b11 authored by Marco Clemencic's avatar Marco Clemencic
Browse files

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
parents 34172faf 6b43b1e4
No related branches found
No related tags found
1 merge request!277added ConcurrencyFlags class
Pipeline #
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment