Skip to content

Commit 0ce7a93

Browse files
bosilcaabouteiller
andauthored
Update docs/man-openmpi/man3/MPI_Finalize.3.rst
Co-authored-by: Aurelien Bouteiller <[email protected]> Signed-off-by: bosilca <[email protected]>
1 parent d1d16e2 commit 0ce7a93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ has no more work to do. Similarly, a successful return from
7373
operation has completed. The :ref:`MPI_Isend` is complete only when a
7474
matching receive has completed.
7575

76-
If you would like to cause actions to happen when a finalizes the MPI
76+
If you would like to cause actions to happen when a process finalizes the MPI
7777
world model, attach an attribute to ``MPI_COMM_SELF`` with a callback
7878
function. Then, when :ref:`MPI_Finalize` is called, it will first
7979
execute the equivalent of an :ref:`MPI_Comm_free` on

0 commit comments

Comments
 (0)