Skip to content

Commit d5b9584

Browse files
committed
fixup
1 parent 05503c6 commit d5b9584

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

ompi/include/mpi.h.in

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1526,7 +1526,7 @@ OMPI_DECLSPEC int MPI_File_get_byte_offset(MPI_File fh, MPI_Offset offset,
15261526
OMPI_DECLSPEC int MPI_File_read_shared(MPI_File fh, void *buf, int count,
15271527
MPI_Datatype datatype, MPI_Status *status);
15281528
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);
15301530
OMPI_DECLSPEC int MPI_File_iread_shared(MPI_File fh, void *buf, int count,
15311531
MPI_Datatype datatype, MPI_Request *request);
15321532
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
15771577
MPI_Datatype recvtype, int root, MPI_Comm comm);
15781578
OMPI_DECLSPEC int MPI_Igatherv(const void *sendbuf, int sendcount, MPI_Datatype sendtype,
15791579
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);
15811581
OMPI_DECLSPEC int MPI_Gatherv_init(const void *sendbuf, int sendcount, MPI_Datatype sendtype,
15821582
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);
15841584
OMPI_DECLSPEC int MPI_Get_address(const void *location, MPI_Aint *address);
15851585
OMPI_DECLSPEC int MPI_Get_count(const MPI_Status *status, MPI_Datatype datatype, int *count);
15861586
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
16951695
MPI_Comm comm, MPI_Info info, MPI_Request *request);
16961696
OMPI_DECLSPEC int MPI_Ineighbor_allgatherv(const void *sendbuf, int sendcount, MPI_Datatype sendtype,
16971697
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);
16991699
OMPI_DECLSPEC int MPI_Neighbor_allgatherv_init(const void *sendbuf, int sendcount, MPI_Datatype sendtype,
17001700
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);
17021702
OMPI_DECLSPEC int MPI_Neighbor_alltoall(const void *sendbuf, int sendcount, MPI_Datatype sendtype,
17031703
void *recvbuf, int recvcount, MPI_Datatype recvtype,
17041704
MPI_Comm comm);
@@ -2307,10 +2307,10 @@ OMPI_DECLSPEC int PMPI_Gatherv(const void *sendbuf, int sendcount, MPI_Datatype
23072307
MPI_Datatype recvtype, int root, MPI_Comm comm);
23082308
OMPI_DECLSPEC int PMPI_Igatherv(const void *sendbuf, int sendcount, MPI_Datatype sendtype,
23092309
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);
23112311
OMPI_DECLSPEC int PMPI_Gatherv_init(const void *sendbuf, int sendcount, MPI_Datatype sendtype,
23122312
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);
23142314
OMPI_DECLSPEC int PMPI_Get_address(const void *location, MPI_Aint *address);
23152315
OMPI_DECLSPEC int PMPI_Get_count(const MPI_Status *status, MPI_Datatype datatype, int *count);
23162316
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,
24382438
MPI_Datatype recvtype, MPI_Comm comm);
24392439
OMPI_DECLSPEC int PMPI_Ineighbor_allgatherv(const void *sendbuf, int sendcount, MPI_Datatype sendtype,
24402440
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);
24422442
OMPI_DECLSPEC int PMPI_Neighbor_allgatherv_init(const void *sendbuf, int sendcount, MPI_Datatype sendtype,
24432443
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);
24452445
OMPI_DECLSPEC int PMPI_Neighbor_alltoall(const void *sendbuf, int sendcount, MPI_Datatype sendtype,
24462446
void *recvbuf, int recvcount, MPI_Datatype recvtype,
24472447
MPI_Comm comm);

0 commit comments

Comments
 (0)