From 6dd9658d73c792662a18681eecd87466c45863bf Mon Sep 17 00:00:00 2001 From: Nathan Hjelm Date: Wed, 24 Jun 2015 11:49:26 -0600 Subject: [PATCH] man: remove F77 notes from MPI_Aint_add/MPI_Aint_diff man pages Signed-off-by: Nathan Hjelm --- ompi/mpi/man/man3/MPI_Aint_add.3in | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/ompi/mpi/man/man3/MPI_Aint_add.3in b/ompi/mpi/man/man3/MPI_Aint_add.3in index 787147e0801..bd0ac974dc5 100644 --- a/ompi/mpi/man/man3/MPI_Aint_add.3in +++ b/ompi/mpi/man/man3/MPI_Aint_add.3in @@ -19,7 +19,7 @@ MPI_Aint MPI_Aint_add(MPI_Aint \fIbase\fP, MPI_Aint \fIdisp\fP) MPI_Aint MPI_Aint_diff(MPI_Aint \fIaddr1\fP, MPI_Aint \fIaddr2\fP) .fi -.SH Fortran Syntax (see FORTRAN 77 NOTES) +.SH Fortran Syntax .nf INCLUDE 'mpif.h' 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 the addresses had called (char *) \fIaddr1\fP - (char *) \fIaddr2\fP on the addresses initially passed to \fBMPI_Get_address\fP. -.SH FORTRAN 77 NOTES -.ft R -The MPI standard prescribes portable Fortran syntax for all arguments -only for Fortran 90. FORTRAN 77 users may use the non-portable -syntax: -.sp -.nf - INTEGER*MPI_ADDRESS_KIND \fIBASE\fP - INTEGER*MPI_ADDRESS_KIND \fIDISP\fP - INTEGER*MPI_ADDRESS_KIND \fIADDR1\fP - INTEGER*MPI_ADDRESS_KIND \fIADDR2\fP -.fi -.sp -where MPI_ADDRESS_KIND is a constant defined in mpif.h -and gives the length of the declared integer in bytes. - .SH SEE ALSO .ft R .sp