Setting the degree of parallelism
You can specify the number of channels for parallel regions within an application or as a submission time value.
About this task
The degree of parallelism, also known as the parallel width, is the number of channels in a parallel region. Higher degrees of parallelism can potentially result in higher performance, but will also use more resources. You should experiment with different parallel widths to find the amount that yields the best performance for your application.
Procedure
You can use any of the following methods to set the degree of parallelism:
What to do next
If you chose to specify the degree of parallelism
at submission time, you must specify the parameter value when you
submit the job. For example:
streamtool submitjob -P parWidth=6 Sample.sab