1Blurb::
2Specify the number of processors per iterator server when Dakota is run in parallel
3Description::
4An important feature for component-based iterators is that execution
5of sub-iterator runs may be performed concurrently. The optional
6\c processors_per_iterator specification supports user override
7of the automatic parallel configuration for the number of processors in each
8iterator server. That is, if the automatic configuration is
9undesirable for some reason, the user can enforce a desired server size
10at the iterator parallelism level. Currently, \c hybrid, \c multi_start,
11and \c pareto_set component-based iterators support concurrency in their
12sub-iterators. Refer to ParallelLibrary and the Parallel Computing chapter
13of the Users Manual \cite UsersMan for additional information.
14
15Topics::	concurrency_and_parallelism
16Examples::
17Theory::
18Faq::
19See_Also::
20