Skip to content

Commit 4113234

Browse files
authored
Update platforms_index.rst
1 parent 47cdd66 commit 4113234

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

docs/platforms/platforms_index.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Dedicated Mode
5757

5858
If the :ref:`libE_specs<datastruct-libe-specs>` option **dedicated_mode** is set to
5959
True, 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
6161
remaining nodes in the allocation.
6262

6363

@@ -112,7 +112,7 @@ head node of the allocation run the following (inc. manager and 3 workers)::
112112
The distributed approach allows the libEnsemble worker to read files produced by the
113113
application 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
116116
Python interface.
117117

118118
Configuring the Run
@@ -134,7 +134,7 @@ Mapping Tasks to Resources
134134

135135
The :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>`
138138
accesses the resources available to the current worker when launching tasks.
139139

140140
Zero-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
211211
the :doc:`examples<example_scripts>`.
212212

213213

0 commit comments

Comments
 (0)