@@ -933,12 +933,12 @@ typedef enum {
933933/*
934934 * MPIT source ordering
935935 */
936- enum ompi_mpi_t_order_t {
936+ enum ompi_mpi_t_source_order_t {
937937 MPI_T_ORDERED ,
938938 MPI_T_UNORDERED ,
939939};
940940
941- typedef enum ompi_mpi_t_order_t MPI_T_order ;
941+ typedef enum ompi_mpi_t_source_order_t MPI_T_source_order ;
942942
943943/*
944944 * MPI Tool event functions
@@ -3818,7 +3818,7 @@ OMPI_DECLSPEC int PMPI_T_event_get_timestamp (MPI_T_event_instance event, MPI_C
38183818OMPI_DECLSPEC int PMPI_T_event_get_source (MPI_T_event_instance event , int * source_index );
38193819OMPI_DECLSPEC int PMPI_T_source_get_num (int * num_source );
38203820OMPI_DECLSPEC int PMPI_T_source_get_info (int source_id , char * name , int * name_len ,
3821- char * desc , int * desc_len , MPI_T_order * ordering ,
3821+ char * desc , int * desc_len , MPI_T_source_order * ordering ,
38223822 MPI_Count * ticks_per_second , MPI_Count * max_timestamp ,
38233823 MPI_Info * info );
38243824OMPI_DECLSPEC int PMPI_T_source_get_timestamp (int source_id , MPI_Count * timestamp );
@@ -3934,7 +3934,7 @@ OMPI_DECLSPEC int MPI_T_event_get_source (MPI_T_event_instance event, int *sour
39343934
39353935OMPI_DECLSPEC int MPI_T_source_get_num (int * num_source );
39363936OMPI_DECLSPEC int MPI_T_source_get_info (int source_id , char * name , int * name_len ,
3937- char * desc , int * desc_len , MPI_T_order * ordering ,
3937+ char * desc , int * desc_len , MPI_T_source_order * ordering ,
39383938 MPI_Count * ticks_per_second , MPI_Count * max_timestamp ,
39393939 MPI_Info * info );
39403940OMPI_DECLSPEC int MPI_T_source_get_timestamp (int source_id , MPI_Count * timestamp );
0 commit comments