Skip to content

Commit 6d82bf6

Browse files
Update docs/launching-apps/unusual.rst
Co-authored-by: Quincey Koziol <[email protected]> Signed-off-by: Edgar Gabriel <[email protected]>
1 parent a22cd09 commit 6d82bf6

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

docs/launching-apps/unusual.rst

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -118,17 +118,17 @@ from the command line.
118118
Connecting independent MPI applications
119119
---------------------------------------
120120

121-
Open MPI supports in certain environments connecting multiple,
121+
In certain environments, Open MPI supports connecting multiple,
122122
independent MPI applications using mechanism defined in the MPI
123123
specification such as ``MPI_Comm_connect() / MPI_Comm_accept()`` and
124124
publishing connection information using ``MPI_Publish_name() /
125-
MPI_Lookup_name()``. These mechanisms require a centralized instance
125+
MPI_Lookup_name()``. These mechanisms require a centralized service
126126
to exchange contact information across multiple jobs.
127127

128-
Beginning from Open MPI v5.0.0 this can be achieved by starting an
129-
instance of the prte server and use the ``report-uri`` option to
128+
Beginning with Open MPI v5.0.0 this can be achieved by starting an
129+
instance of the prte server with the ``report-uri`` option to
130130
display the contact information of the prte server. This information
131-
can subsequently be used for launching the MPI applications.
131+
can then be used for launching subsequent MPI applications.
132132

133133
The following commands show an example for launching two MPI jobs
134134
that will connect to each other at runtime using the MPI-2 based
@@ -147,14 +147,14 @@ prte server
147147

148148
.. code-block::
149149
150-
user@myhost:~app1-dir$ mpiexec --dvm file:filename -np 4 ./mpi_app_1
150+
user@myhost:~app1-dir$ mpiexec --dvm file:<filename> -np 4 ./mpi_app_1
151151
152152
Step 3: Launch the second MPI application providing the uri of the
153-
prte server
153+
prte server again
154154

155155
.. code-block::
156156
157-
user@myhost:~app2-dir$ mpiexec --dvm file:filename -np 4 ./mpi_app_2
157+
user@myhost:~app2-dir$ mpiexec --dvm file:<filename> -np 4 ./mpi_app_2
158158
159159
160160
In case the prte server has been started as a system server using the

0 commit comments

Comments
 (0)