Intel® Advisor Help
The concurrency specification is a list of the number of threads on which the graph is run. To set the concurrency:
Open the Preferences window.
Go to the Scalability > TBB category.
Set the list in the Concurrency Specification field in the 1,a-b:n format, where:
The default end value is the number of cores on the system and the default step size is a quarter of this value. The end value is always included in the list, even if it is not a direct multiple of the step size.
As an example, on a 32-core system, the default is 1,8-32:8. This results in the list 1,8,16,24,32, as shown below.
Other supported formats are a,b,c or only a if you want to see the speedup for only one set of threads.
You can also combine formats. The following shows some valid concurrency specifications: