File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -570,6 +570,14 @@ typedef MPI_Win_errhandler_function MPI_Win_errhandler_fn
570570#define MPI_MAX_PSET_NAME_LEN OPAL_MAX_PSET_NAME_LEN /* max pset name len */
571571#define MPI_MAX_STRINGTAG_LEN OPAL_MAX_STRINGTAG_LEN /* max length of string arg to comm from group funcs*/
572572
573+ /*
574+ * Constants for C code to access elements in Fortran MPI status array.
575+ */
576+ #define MPI_F_STATUS_SIZE OMPI_FORTRAN_STATUS_SIZE /* Size of Fortran MPI status array */
577+ #define MPI_F_SOURCE 0 /* Index for MPI_SOURCE */
578+ #define MPI_F_TAG 1 /* Index for MPI_TAG */
579+ #define MPI_F_ERROR 2 /* Index for MPI_ERROR */
580+
573581/*
574582 * Since these values are arbitrary to Open MPI, we might as well make
575583 * them the same as ROMIO for ease of mapping. These values taken
You can’t perform that action at this time.
0 commit comments