@@ -1526,7 +1526,7 @@ OMPI_DECLSPEC int MPI_File_get_byte_offset(MPI_File fh, MPI_Offset offset,
1526
1526
OMPI_DECLSPEC int MPI_File_read_shared (MPI_File fh , void * buf , int count ,
1527
1527
MPI_Datatype datatype , MPI_Status * status );
1528
1528
OMPI_DECLSPEC int MPI_File_write_shared (MPI_File fh , const void * buf , int count ,
1529
- MPI_Datatype datatype , MPI_Status * status );
1529
+ MPI_Datatype datatype , MPI_Status * status );
1530
1530
OMPI_DECLSPEC int MPI_File_iread_shared (MPI_File fh , void * buf , int count ,
1531
1531
MPI_Datatype datatype , MPI_Request * request );
1532
1532
OMPI_DECLSPEC int MPI_File_iwrite_shared (MPI_File fh , const void * buf , int count ,
@@ -1577,10 +1577,10 @@ OMPI_DECLSPEC int MPI_Gatherv(const void *sendbuf, int sendcount, MPI_Datatype
1577
1577
MPI_Datatype recvtype , int root , MPI_Comm comm );
1578
1578
OMPI_DECLSPEC int MPI_Igatherv (const void * sendbuf , int sendcount , MPI_Datatype sendtype ,
1579
1579
void * recvbuf , const int recvcounts [], const int displs [], MPI_Datatype recvtype ,
1580
- int root , MPI_Comm comm , MPI_Request * request );
1580
+ int root , MPI_Comm comm , MPI_Request * request );
1581
1581
OMPI_DECLSPEC int MPI_Gatherv_init (const void * sendbuf , int sendcount , MPI_Datatype sendtype ,
1582
1582
void * recvbuf , const int recvcounts [], const int displs [], MPI_Datatype recvtype ,
1583
- int root , MPI_Comm comm , MPI_Info info , MPI_Request * request );
1583
+ int root , MPI_Comm comm , MPI_Info info , MPI_Request * request );
1584
1584
OMPI_DECLSPEC int MPI_Get_address (const void * location , MPI_Aint * address );
1585
1585
OMPI_DECLSPEC int MPI_Get_count (const MPI_Status * status , MPI_Datatype datatype , int * count );
1586
1586
OMPI_DECLSPEC int MPI_Get_elements (const MPI_Status * status , MPI_Datatype datatype , int * count );
@@ -1695,10 +1695,10 @@ OMPI_DECLSPEC int MPI_Neighbor_allgather_init(const void *sendbuf, int sendcoun
1695
1695
MPI_Comm comm , MPI_Info info , MPI_Request * request );
1696
1696
OMPI_DECLSPEC int MPI_Ineighbor_allgatherv (const void * sendbuf , int sendcount , MPI_Datatype sendtype ,
1697
1697
void * recvbuf , const int recvcounts [], const int displs [], MPI_Datatype recvtype ,
1698
- MPI_Comm comm , MPI_Request * request );
1698
+ MPI_Comm comm , MPI_Request * request );
1699
1699
OMPI_DECLSPEC int MPI_Neighbor_allgatherv_init (const void * sendbuf , int sendcount , MPI_Datatype sendtype ,
1700
1700
void * recvbuf , const int recvcounts [], const int displs [], MPI_Datatype recvtype ,
1701
- MPI_Comm comm , MPI_Info info , MPI_Request * request );
1701
+ MPI_Comm comm , MPI_Info info , MPI_Request * request );
1702
1702
OMPI_DECLSPEC int MPI_Neighbor_alltoall (const void * sendbuf , int sendcount , MPI_Datatype sendtype ,
1703
1703
void * recvbuf , int recvcount , MPI_Datatype recvtype ,
1704
1704
MPI_Comm comm );
@@ -2307,10 +2307,10 @@ OMPI_DECLSPEC int PMPI_Gatherv(const void *sendbuf, int sendcount, MPI_Datatype
2307
2307
MPI_Datatype recvtype , int root , MPI_Comm comm );
2308
2308
OMPI_DECLSPEC int PMPI_Igatherv (const void * sendbuf , int sendcount , MPI_Datatype sendtype ,
2309
2309
void * recvbuf , const int recvcounts [], const int displs [], MPI_Datatype recvtype ,
2310
- int root , MPI_Comm comm , MPI_Request * request );
2310
+ int root , MPI_Comm comm , MPI_Request * request );
2311
2311
OMPI_DECLSPEC int PMPI_Gatherv_init (const void * sendbuf , int sendcount , MPI_Datatype sendtype ,
2312
2312
void * recvbuf , const int recvcounts [], const int displs [], MPI_Datatype recvtype ,
2313
- int root , MPI_Comm comm , MPI_Info info , MPI_Request * request );
2313
+ int root , MPI_Comm comm , MPI_Info info , MPI_Request * request );
2314
2314
OMPI_DECLSPEC int PMPI_Get_address (const void * location , MPI_Aint * address );
2315
2315
OMPI_DECLSPEC int PMPI_Get_count (const MPI_Status * status , MPI_Datatype datatype , int * count );
2316
2316
OMPI_DECLSPEC int PMPI_Get_elements (const MPI_Status * status , MPI_Datatype datatype ,
@@ -2438,10 +2438,10 @@ OMPI_DECLSPEC int PMPI_Neighbor_allgatherv(const void *sendbuf, int sendcount,
2438
2438
MPI_Datatype recvtype , MPI_Comm comm );
2439
2439
OMPI_DECLSPEC int PMPI_Ineighbor_allgatherv (const void * sendbuf , int sendcount , MPI_Datatype sendtype ,
2440
2440
void * recvbuf , const int recvcounts [], const int displs [], MPI_Datatype recvtype ,
2441
- MPI_Comm comm , MPI_Request * request );
2441
+ MPI_Comm comm , MPI_Request * request );
2442
2442
OMPI_DECLSPEC int PMPI_Neighbor_allgatherv_init (const void * sendbuf , int sendcount , MPI_Datatype sendtype ,
2443
2443
void * recvbuf , const int recvcounts [], const int displs [], MPI_Datatype recvtype ,
2444
- MPI_Comm comm , MPI_Info info , MPI_Request * request );
2444
+ MPI_Comm comm , MPI_Info info , MPI_Request * request );
2445
2445
OMPI_DECLSPEC int PMPI_Neighbor_alltoall (const void * sendbuf , int sendcount , MPI_Datatype sendtype ,
2446
2446
void * recvbuf , int recvcount , MPI_Datatype recvtype ,
2447
2447
MPI_Comm comm );
0 commit comments