We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c303345 commit 72d2bffCopy full SHA for 72d2bff
ompi/mpi/bindings/ompi_bindings/abi.h.in
@@ -25,6 +25,13 @@ typedef struct {
25
int MPI_internal[5];
26
} MPI_Status;
27
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
+
35
/* Error classes */
36
$CATEGORY:ERROR_CLASSES$
37
0 commit comments