File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 11# MPI-5 ABI support
22
3- Last updated: November 2025
3+ Last updated: December 2025
44
55This README describes the current approach to supporting the MPI-5
66Application Binary Interface (ABI). The MPI ABI is described in
@@ -129,7 +129,7 @@ The bindings framework parses the input argument types to the function
129129and generates calls to appropriate converter methods to convert any MPI ABI
130130constants in the arguments to OMPI ABI ones. A wrapped version
131131of 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.
133133This includes fields in MPI_Status objects which require conversion
134134and error return values from the wrapped code.
135135
You can’t perform that action at this time.
0 commit comments