@@ -1855,7 +1855,7 @@ OMPI_DECLSPEC int MPI_Pack(const void *inbuf, int incount, MPI_Datatype datatyp
1855
1855
void * outbuf , int outsize , int * position , MPI_Comm comm );
1856
1856
OMPI_DECLSPEC int MPI_Pack_size (int incount , MPI_Datatype datatype , MPI_Comm comm ,
1857
1857
int * size );
1858
- OMPI_DECLSPEC int MPI_Parrived (MPI_Request request , MPI_Count partition , int * flag );
1858
+ OMPI_DECLSPEC int MPI_Parrived (MPI_Request request , int partition , int * flag );
1859
1859
OMPI_DECLSPEC int MPI_Pcontrol (const int level , ...);
1860
1860
OMPI_DECLSPEC int MPI_Pready (int partitions , MPI_Request request );
1861
1861
OMPI_DECLSPEC int MPI_Pready_range (int partition_low , int partition_high ,
@@ -2557,7 +2557,7 @@ OMPI_DECLSPEC int PMPI_Pready(int partitions, MPI_Request request);
2557
2557
OMPI_DECLSPEC int PMPI_Pready_range (int partition_low , int partition_high ,
2558
2558
MPI_Request request );
2559
2559
OMPI_DECLSPEC int PMPI_Pready_list (int length , int partition_list [], MPI_Request request );
2560
- OMPI_DECLSPEC int PMPI_Parrived (MPI_Request request , MPI_Count partition , int * flag );
2560
+ OMPI_DECLSPEC int PMPI_Parrived (MPI_Request request , int partition , int * flag );
2561
2561
OMPI_DECLSPEC int PMPI_Is_thread_main (int * flag );
2562
2562
OMPI_DECLSPEC int PMPI_Lookup_name (const char * service_name , MPI_Info info , char * port_name );
2563
2563
OMPI_DECLSPEC MPI_Fint PMPI_Message_c2f (MPI_Message message );
0 commit comments