@@ -604,6 +604,7 @@ enum {
604604#define MPI_ERR_RMA_FLAVOR 70
605605#define MPI_ERR_RMA_SHARED 71
606606#define MPI_T_ERR_INVALID 72
607+ #define MPI_T_ERR_INVALID_NAME 73
607608
608609/* Per MPI-3 p349 47, MPI_ERR_LASTCODE must be >= the last predefined
609610 MPI_ERR_<foo> code. Set the last code to allow some room for adding
@@ -2589,7 +2590,7 @@ OMPI_DECLSPEC int PMPI_T_pvar_get_info(int pvar_index, char *name, int *name_le
25892590 int * verbosity , int * var_class , MPI_Datatype * datatype ,
25902591 MPI_T_enum * enumtype , char * desc , int * desc_len , int * bind ,
25912592 int * readonly , int * continuous , int * atomic );
2592- OMPI_DECLSPEC int PMPI_T_pvar_get_index (const char * name , int * pvar_index );
2593+ OMPI_DECLSPEC int PMPI_T_pvar_get_index (const char * name , int var_class , int * pvar_index );
25932594OMPI_DECLSPEC int PMPI_T_pvar_session_create (MPI_T_pvar_session * session );
25942595OMPI_DECLSPEC int PMPI_T_pvar_session_free (MPI_T_pvar_session * session );
25952596OMPI_DECLSPEC int PMPI_T_pvar_handle_alloc (MPI_T_pvar_session session , int pvar_index ,
@@ -2639,7 +2640,7 @@ OMPI_DECLSPEC int MPI_T_pvar_get_info(int pvar_index, char *name, int *name_len
26392640 int * verbosity , int * var_class , MPI_Datatype * datatype ,
26402641 MPI_T_enum * enumtype , char * desc , int * desc_len , int * bind ,
26412642 int * readonly , int * continuous , int * atomic );
2642- OMPI_DECLSPEC int MPI_T_pvar_get_index (const char * name , int * pvar_index );
2643+ OMPI_DECLSPEC int MPI_T_pvar_get_index (const char * name , int var_class , int * pvar_index );
26432644OMPI_DECLSPEC int MPI_T_pvar_session_create (MPI_T_pvar_session * session );
26442645OMPI_DECLSPEC int MPI_T_pvar_session_free (MPI_T_pvar_session * session );
26452646OMPI_DECLSPEC int MPI_T_pvar_handle_alloc (MPI_T_pvar_session session , int pvar_index ,
0 commit comments