Skip to content

Commit 72d2bff

Browse files
Joe-DownsJoseph Downs
authored andcommitted
WIP: add comment pointing back to MPI standard
1 parent c303345 commit 72d2bff

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

ompi/mpi/bindings/ompi_bindings/abi.h.in

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,13 @@ typedef struct {
2525
int MPI_internal[5];
2626
} MPI_Status;
2727

28+
/*
29+
* The following categories and values are taken, in order, from Section A.1
30+
* ("Defined Values and Handles") of the MPI Standard, v5.0. Each category
31+
* (header comment followed by block of assignments) corresponds to a table
32+
* within Section A.1.
33+
*/
34+
2835
/* Error classes */
2936
$CATEGORY:ERROR_CLASSES$
3037

0 commit comments

Comments
 (0)