Skip to content

Commit 6dd9658

Browse files
committed
man: remove F77 notes from MPI_Aint_add/MPI_Aint_diff man pages
Signed-off-by: Nathan Hjelm <[email protected]>
1 parent 1a1492a commit 6dd9658

File tree

1 file changed

+1
-17
lines changed

1 file changed

+1
-17
lines changed

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

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ MPI_Aint MPI_Aint_add(MPI_Aint \fIbase\fP, MPI_Aint \fIdisp\fP)
1919
MPI_Aint MPI_Aint_diff(MPI_Aint \fIaddr1\fP, MPI_Aint \fIaddr2\fP)
2020

2121
.fi
22-
.SH Fortran Syntax (see FORTRAN 77 NOTES)
22+
.SH Fortran Syntax
2323
.nf
2424
INCLUDE 'mpif.h'
2525
INTEGER(KIND=MPI_ADDRESS_KIND) MPI_AINT_ADD(\fIBASE, DISP\fP)
@@ -77,22 +77,6 @@ calculated in a manner that results in the signed difference from
7777
the addresses had called (char *) \fIaddr1\fP - (char *) \fIaddr2\fP
7878
on the addresses initially passed to \fBMPI_Get_address\fP.
7979

80-
.SH FORTRAN 77 NOTES
81-
.ft R
82-
The MPI standard prescribes portable Fortran syntax for all arguments
83-
only for Fortran 90. FORTRAN 77 users may use the non-portable
84-
syntax:
85-
.sp
86-
.nf
87-
INTEGER*MPI_ADDRESS_KIND \fIBASE\fP
88-
INTEGER*MPI_ADDRESS_KIND \fIDISP\fP
89-
INTEGER*MPI_ADDRESS_KIND \fIADDR1\fP
90-
INTEGER*MPI_ADDRESS_KIND \fIADDR2\fP
91-
.fi
92-
.sp
93-
where MPI_ADDRESS_KIND is a constant defined in mpif.h
94-
and gives the length of the declared integer in bytes.
95-
9680
.SH SEE ALSO
9781
.ft R
9882
.sp

0 commit comments

Comments
 (0)