Skip to content

Commit f09b834

Browse files
committed
remove the C++ interfaces for the new non-blocking collective I/O functions. They are not defined in MPI 3.1
1 parent 429bdf1 commit f09b834

File tree

4 files changed

+0
-28
lines changed

4 files changed

+0
-28
lines changed

ompi/mpi/man/man3/MPI_File_iread_all.3in

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,6 @@ C Syntax
2323
<type> BUF(*)
2424
INTEGER FH, COUNT, DATATYPE, REQUEST, IERROR
2525

26-
.fi
27-
.SH C++ Syntax
28-
.nf
29-
#include <mpi.h>
30-
MPI::Request MPI::File::Iread(void* \fIbuf\fP, int \fIcount\fP,
31-
const MPI::Datatype& \fIdatatype\fP)
32-
3326
.fi
3427
.SH INPUT/OUTPUT PARAMETER
3528
.ft R

ompi/mpi/man/man3/MPI_File_iread_at_all.3in

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,6 @@ C Syntax
2525
INTEGER \fIFH, COUNT, DATATYPE, REQUEST, IERROR\fP
2626
INTEGER(KIND=MPI_OFFSET_KIND) \fIOFFSET\fP
2727

28-
.fi
29-
.SH C++ Syntax
30-
.nf
31-
#include <mpi.h>
32-
MPI::Request MPI::File::Iread_at(MPI::Offset \fIoffset\fP, void* \fIbuf\fP,
33-
int \fIcount\fP, const MPI::Datatype& \fIdatatype\fP)
34-
3528
.fi
3629
.SH INPUT PARAMETERS
3730
.ft R

ompi/mpi/man/man3/MPI_File_iwrite_all.3in

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,6 @@ C Syntax
2424
<TYPE> BUF(*)
2525
INTEGER FH, COUNT, DATATYPE, REQUEST, IERROR
2626

27-
.fi
28-
.SH C++ Syntax
29-
.nf
30-
#include <mpi.h>
31-
MPI::Request MPI::File::Iwrite(const void* \fIbuf\fP, int \fIcount\fP,
32-
const MPI::Datatype& \fIdatatype\fP)
33-
3427
.fi
3528
.SH INPUT/OUTPUT PARAMETER
3629
.ft R

ompi/mpi/man/man3/MPI_File_iwrite_at_all.3in

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,6 @@ C Syntax
2525
INTEGER \fIFH, COUNT, DATATYPE, REQUEST, IERROR\fP
2626
INTEGER(KIND=MPI_OFFSET_KIND) \fIOFFSET\fP
2727

28-
.fi
29-
.SH C++ Syntax
30-
.nf
31-
#include <mpi.h>
32-
MPI::Request MPI::File::Iwrite_at(MPI::Offset \fIoffset\fP, const void* \fIbuf\fP,
33-
int \fIcount\fP, const MPI::Datatype& \fIdatatype\fP)
34-
3528
.fi
3629
.SH INPUT/OUTPUT PARAMETER
3730
.ft R

0 commit comments

Comments
 (0)