Skip to content

Commit e49626c

Browse files
committed
Link to distrib config script
1 parent ac9bae3 commit e49626c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/platforms/platforms_index.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,14 +97,14 @@ Distributed Running
9797

9898
In the **distributed** approach, libEnsemble can be run using the **mpi4py**
9999
communicator, with workers distributed across nodes. This is most often used
100-
when workers run simulation code directly, via a Python interface, and may be
101-
run an mpirunner, for example (using an `mpich` based MPI)::
100+
when workers run simulation code directly, via a Python interface. The user
101+
script is invoked with an MPI runner, for example (using an `mpich` based MPI)::
102102

103103
mpirun -np 4 -ppn 1 python myscript.py
104104

105105
The distributed approach, can also be used with the executor, to co-locate workers
106106
with the applications they submit. To ensure workers are placed as required in this
107-
case, requires a careful MPI rank placement.
107+
case, requires :ref:`a careful MPI rank placement <slurm_mpi_distributed>`.
108108

109109
.. image:: ../images/distributed_new_detailed.png
110110
:alt: distributed

0 commit comments

Comments
 (0)