File tree Expand file tree Collapse file tree 1 file changed +1
-17
lines changed Expand file tree Collapse file tree 1 file changed +1
-17
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ MPI_Aint MPI_Aint_add(MPI_Aint \fIbase\fP, MPI_Aint \fIdisp\fP)
19
19
MPI_Aint MPI_Aint_diff(MPI_Aint \fI addr1 \fP , MPI_Aint \fI addr2 \fP )
20
20
21
21
.fi
22
- .SH Fortran Syntax (see FORTRAN 77 NOTES)
22
+ .SH Fortran Syntax
23
23
.nf
24
24
INCLUDE 'mpif.h'
25
25
INTEGER(KIND=MPI_ADDRESS_KIND) MPI_AINT_ADD(\fI BASE, DISP \fP )
@@ -77,22 +77,6 @@ calculated in a manner that results in the signed difference from
77
77
the addresses had called (char *) \fI addr1 \fP - (char *) \fI addr2 \fP
78
78
on the addresses initially passed to \fB MPI_Get_address \fP .
79
79
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 \fI BASE \fP
88
- INTEGER*MPI_ADDRESS_KIND \fI DISP \fP
89
- INTEGER*MPI_ADDRESS_KIND \fI ADDR1 \fP
90
- INTEGER*MPI_ADDRESS_KIND \fI ADDR2 \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
-
96
80
.SH SEE ALSO
97
81
.ft R
98
82
.sp
You can’t perform that action at this time.
0 commit comments