Skip to content

Commit a1b40a4

Browse files
committed
docs: there is no such thing as "libmpi-mt".
Clarify wording; we're really just talking about multi-threaded applications. Signed-off-by: Jeff Squyres <jeff@squyres.com>
1 parent ee747c6 commit a1b40a4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/man-openmpi/man3/MPI_Iprobe.3.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,9 @@ it is received.
109109
NOTE
110110
----
111111

112-
Users of libmpi-mt should remember that two threads may do an :ref:`MPI_Iprobe`
113-
that actually returns true for the same message for both threads.
112+
Multi-threaded application developers should remember that two threads
113+
calling :ref:`MPI_Iprobe` may return true for the same message in both
114+
threads.
114115

115116

116117
ERRORS

0 commit comments

Comments
 (0)