@@ -57,7 +57,7 @@ Dedicated Mode
5757
5858If the :ref: `libE_specs<datastruct-libe-specs> ` option **dedicated_mode ** is set to
5959True, the MPI executor will not launch applications on nodes where libEnsemble Python
60- processes (manager and workers) are running. Worker’s launch applications onto the
60+ processes (manager and workers) are running. Workers launch applications onto the
6161remaining nodes in the allocation.
6262
6363
@@ -112,7 +112,7 @@ head node of the allocation run the following (inc. manager and 3 workers)::
112112The distributed approach allows the libEnsemble worker to read files produced by the
113113application on local node storage.
114114
115- Distributed mode is also useful when workers are running simulations directly, via a
115+ Distributed mode is also useful when workers run simulations directly, via a
116116Python interface.
117117
118118Configuring the Run
@@ -134,7 +134,7 @@ Mapping Tasks to Resources
134134
135135The :ref: `resource manager<resources_index> ` detects node lists from
136136:ref: `common batch schedulers<resource_detection> `,
137- and partition these to workers. The :doc: `MPI Executor<../executor/mpi_executor> `
137+ and partitions these to workers. The :doc: `MPI Executor<../executor/mpi_executor> `
138138accesses the resources available to the current worker when launching tasks.
139139
140140Zero-resource workers
@@ -207,7 +207,7 @@ or *to entirely different systems*.
207207
208208 (New) Multi-System: libEnsemble + BalsamExecutor
209209
210- Submission scripts for running on launch/MOM nodes and for using Balsam, can be found in
210+ Submission scripts for running on launch/MOM nodes and for using Balsam can be found in
211211the :doc: `examples<example_scripts> `.
212212
213213
0 commit comments