@@ -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
@@ -2594,7 +2595,7 @@ OMPI_DECLSPEC int PMPI_T_pvar_get_info(int pvar_index, char *name, int *name_le
25942595 int * verbosity , int * var_class , MPI_Datatype * datatype ,
25952596 MPI_T_enum * enumtype , char * desc , int * desc_len , int * bind ,
25962597 int * readonly , int * continuous , int * atomic );
2597- OMPI_DECLSPEC int PMPI_T_pvar_get_index (const char * name , int * pvar_index );
2598+ OMPI_DECLSPEC int PMPI_T_pvar_get_index (const char * name , int var_class , int * pvar_index );
25982599OMPI_DECLSPEC int PMPI_T_pvar_session_create (MPI_T_pvar_session * session );
25992600OMPI_DECLSPEC int PMPI_T_pvar_session_free (MPI_T_pvar_session * session );
26002601OMPI_DECLSPEC int PMPI_T_pvar_handle_alloc (MPI_T_pvar_session session , int pvar_index ,
@@ -2644,7 +2645,7 @@ OMPI_DECLSPEC int MPI_T_pvar_get_info(int pvar_index, char *name, int *name_len
26442645 int * verbosity , int * var_class , MPI_Datatype * datatype ,
26452646 MPI_T_enum * enumtype , char * desc , int * desc_len , int * bind ,
26462647 int * readonly , int * continuous , int * atomic );
2647- OMPI_DECLSPEC int MPI_T_pvar_get_index (const char * name , int * pvar_index );
2648+ OMPI_DECLSPEC int MPI_T_pvar_get_index (const char * name , int var_class , int * pvar_index );
26482649OMPI_DECLSPEC int MPI_T_pvar_session_create (MPI_T_pvar_session * session );
26492650OMPI_DECLSPEC int MPI_T_pvar_session_free (MPI_T_pvar_session * session );
26502651OMPI_DECLSPEC int MPI_T_pvar_handle_alloc (MPI_T_pvar_session session , int pvar_index ,
0 commit comments