1Blurb::
2Specify the number of iterator servers 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 iterator_servers specification supports user override
7 of the automatic parallel configuration for the number of iterator
8servers. That is, if the automatic configuration is
9undesirable for some reason, the user can enforce a desired number of
10partitions at the iterator parallelism level. Currently, \c hybrid,
11\c multi_start, and \c pareto_set component-based iterators support
12concurrency in their sub-iterators. Refer to ParallelLibrary
13and the Parallel Computing chapter of the Users Manual
14\cite UsersMan for additional information.
15
16Topics::	concurrency_and_parallelism
17Examples::
18Theory::
19Faq::
20See_Also::
21