Skip to content

Commit 434dcd2

Browse files
committed
minor updates to ABI README
Signed-off-by: Howard Pritchard <howardp@lanl.gov>
1 parent c6dd262 commit 434dcd2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ompi/mpi/README_ABI.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# MPI-5 ABI support
22

3-
Last updated: November 2025
3+
Last updated: December 2025
44

55
This README describes the current approach to supporting the MPI-5
66
Application Binary Interface (ABI). The MPI ABI is described in
@@ -129,7 +129,7 @@ The bindings framework parses the input argument types to the function
129129
and generates calls to appropriate converter methods to convert any MPI ABI
130130
constants in the arguments to OMPI ABI ones. A wrapped version
131131
of the original function code is then called. Any output arguments
132-
are converted from the OMPI ABI values back to MPI ABI ones.
132+
that require conversion are converted from the OMPI ABI values back to MPI ABI ones.
133133
This includes fields in MPI_Status objects which require conversion
134134
and error return values from the wrapped code.
135135

0 commit comments

Comments
 (0)