Skip to content

Commit 1abbedd

Browse files
committed
MPI_Init_thread(3): fix statement about C++ binding
Thanks to Andreas Lösel for raising the inaccurate statement to our attention. Signed-off-by: Jeff Squyres <[email protected]> (cherry picked from commit 28508eb)
1 parent eed4157 commit 1abbedd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ompi/mpi/man/man3/MPI_Init_thread.3in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ with no restrictions.
9393
.
9494
.PP
9595
The level of thread support available to the program is set in
96-
\fIprovided\fP, except in C++, where it is the return value of the
96+
\fIprovided\fP, except in the C++ binding, where it is the return value of the
9797
function. In Open MPI, the value is dependent on how the library was
9898
configured and built. Note that there is no guarantee that
9999
\fIprovided\fP will be greater than or equal to \fIrequired\fP.

0 commit comments

Comments
 (0)