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 1c67bf1 commit 613a736Copy full SHA for 613a736
ompi/include/mpi.h.in
@@ -529,6 +529,14 @@ typedef MPI_Win_errhandler_function MPI_Win_errhandler_fn
529
#define MPI_DISTRIBUTE_NONE 2 /* not distributed */
530
#define MPI_DISTRIBUTE_DFLT_DARG (-1) /* default distribution arg */
531
532
+/*
533
+ * Constants for C code to access elements in Fortran MPI status array.
534
+ */
535
+#define MPI_F_STATUS_SIZE OMPI_FORTRAN_STATUS_SIZE /* Size of Fortran MPI status array */
536
+#define MPI_F_SOURCE 0 /* Index for MPI_SOURCE */
537
+#define MPI_F_TAG 1 /* Index for MPI_TAG */
538
+#define MPI_F_ERROR 2 /* Index for MPI_ERROR */
539
+
540
/*
541
* Since these values are arbitrary to Open MPI, we might as well make
542
* them the same as ROMIO for ease of mapping. These values taken
0 commit comments