We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5124290 commit e343c7cCopy full SHA for e343c7c
1 file changed
docs/running_libE.rst
@@ -157,9 +157,9 @@ No simulations will be able to run.
157
Running generator on the manager
158
--------------------------------
159
160
-The majority of libEnsemble use-cases run a single generator. The
+The majority of libEnsemble use cases run a single generator. The
161
:ref:`libE_specs<datastruct-libe-specs>` option **gen_on_manager** will cause
162
-the generator function to be run on a thread on the manager. This can run
+the generator function to run on a thread on the manager. This can run
163
persistent user functions, sharing data structures with the manager, and avoids
164
additional communication to a generator running on a worker. When using this
165
option, the number of workers specified should be the (maximum) number of
0 commit comments