@@ -2190,7 +2190,7 @@ OMPI_DECLSPEC int MPI_Rput(const void *origin_addr, int origin_count, MPI_Datat
21902190 int target_rank , MPI_Aint target_disp , int target_cout ,
21912191 MPI_Datatype target_datatype , MPI_Win win , MPI_Request * request );
21922192OMPI_DECLSPEC int MPI_Rput_c (const void * origin_addr , MPI_Count origin_count , MPI_Datatype origin_datatype ,
2193- int target_rank , MPI_Aint target_disp , int target_cout ,
2193+ int target_rank , MPI_Aint target_disp , MPI_Count target_cout ,
21942194 MPI_Datatype target_datatype , MPI_Win win , MPI_Request * request );
21952195OMPI_DECLSPEC int MPI_Rsend (const void * ibuf , int count , MPI_Datatype datatype , int dest ,
21962196 int tag , MPI_Comm comm );
@@ -3305,7 +3305,7 @@ OMPI_DECLSPEC int PMPI_Rput(const void *origin_addr, int origin_count, MPI_Data
33053305 int target_rank , MPI_Aint target_disp , int target_cout ,
33063306 MPI_Datatype target_datatype , MPI_Win win , MPI_Request * request );
33073307OMPI_DECLSPEC int PMPI_Rput_c (const void * origin_addr , MPI_Count origin_count , MPI_Datatype origin_datatype ,
3308- int target_rank , MPI_Aint target_disp , int target_cout ,
3308+ int target_rank , MPI_Aint target_disp , MPI_Count target_cout ,
33093309 MPI_Datatype target_datatype , MPI_Win win , MPI_Request * request );
33103310OMPI_DECLSPEC int PMPI_Rsend (const void * ibuf , int count , MPI_Datatype datatype , int dest ,
33113311 int tag , MPI_Comm comm );
0 commit comments