@@ -399,8 +399,6 @@ typedef int (MPI_Grequest_query_function)(void *, MPI_Status *);
399399typedef int (MPI_Grequest_free_function )(void * );
400400typedef int (MPI_Grequest_cancel_function )(void * , int );
401401
402- typedef unsigned long MPI_Flags ;
403-
404402/*
405403 * Deprecated typedefs. Usage is discouraged, as these may be deleted
406404 * in future versions of the MPI Standard.
@@ -1712,7 +1710,7 @@ OMPI_DECLSPEC int MPI_Session_get_num_psets (MPI_Session session, int *npset_na
17121710OMPI_DECLSPEC int MPI_Session_get_nth_pset (MPI_Session session , int n , int len , char * pset_name );
17131711OMPI_DECLSPEC int MPI_Session_get_pset_info (MPI_Session session , const char * pset_name , MPI_Info * info_used );
17141712OMPI_DECLSPEC int MPI_Session_get_psetlen (MPI_Session session , int n , int * pset_name_len );
1715- OMPI_DECLSPEC int MPI_Session_init (MPI_Flags * flags , MPI_Info info , MPI_Errhandler errhandler ,
1713+ OMPI_DECLSPEC int MPI_Session_init (MPI_Info info , MPI_Errhandler errhandler ,
17161714 MPI_Session * session );
17171715OMPI_DECLSPEC MPI_Session MPI_Session_f2c (MPI_Fint session );
17181716OMPI_DECLSPEC int MPI_Session_set_attr (MPI_Session session , int session_keyval , void * attribute_val );
@@ -2425,7 +2423,7 @@ OMPI_DECLSPEC int PMPI_Session_get_num_psets (MPI_Session session, int *npset_n
24252423OMPI_DECLSPEC int PMPI_Session_get_nth_pset (MPI_Session session , int n , int len , char * pset_name );
24262424OMPI_DECLSPEC int PMPI_Session_get_pset_info (MPI_Session session , const char * pset_name , MPI_Info * info_used );
24272425OMPI_DECLSPEC int PMPI_Session_get_psetlen (MPI_Session session , int n , int * pset_name_len );
2428- OMPI_DECLSPEC int PMPI_Session_init (MPI_Flags * flags , MPI_Info info , MPI_Errhandler errhandler ,
2426+ OMPI_DECLSPEC int PMPI_Session_init (MPI_Info info , MPI_Errhandler errhandler ,
24292427 MPI_Session * session );
24302428OMPI_DECLSPEC MPI_Session PMPI_Session_f2c (MPI_Fint session );
24312429OMPI_DECLSPEC int PMPI_Session_set_attr (MPI_Session session , int session_keyval , void * attribute_val );
0 commit comments