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 @@ -571,6 +571,14 @@ typedef MPI_Win_errhandler_function MPI_Win_errhandler_fn
571571#define MPI_MAX_PSET_NAME_LEN OPAL_MAX_PSET_NAME_LEN /* max pset name len */
572572#define MPI_MAX_STRINGTAG_LEN OPAL_MAX_STRINGTAG_LEN /* max length of string arg to comm from group funcs*/
573573
574+ /*
575+ * Constants for C code to access elements in Fortran MPI status array.
576+ */
577+ #define MPI_F_STATUS_SIZE OMPI_FORTRAN_STATUS_SIZE /* Size of Fortran MPI status array */
578+ #define MPI_F_SOURCE 0 /* Index for MPI_SOURCE */
579+ #define MPI_F_TAG 1 /* Index for MPI_TAG */
580+ #define MPI_F_ERROR 2 /* Index for MPI_ERROR */
581+
574582/*
575583 * Since these values are arbitrary to Open MPI, we might as well make
576584 * them the same as ROMIO for ease of mapping. These values taken
You can’t perform that action at this time.
0 commit comments