- Apply patch 30_manpages_fix.diff.dpatch of Debian
Thanks to Sylvestre Ledru <sylvestre.ledru@inria.fr> This commit was SVN r15214.
Этот коммит содержится в:
родитель
fb5394a9b9
Коммит
14a994fee4
@ -12,7 +12,7 @@
|
||||
int MPI_Abort(MPI_Comm \fIcomm\fP, int\fI errorcode\fP)
|
||||
|
||||
.SH Fortran Syntax
|
||||
.ftR
|
||||
.ft R
|
||||
.nf
|
||||
INCLUDE 'mpif.h'
|
||||
MPI_ABORT(\fICOMM\fP, \fIERRORCODE\fP, \fIIERROR\fP)
|
||||
|
@ -30,7 +30,7 @@ void MPI::File::Write(const void* \fIbuf\fP, int \fIcount\fP,
|
||||
void MPI::File::Write(const void* \fIbuf\fP, int \fIcount\fP,
|
||||
const MPI::Datatype& \fIdatatype\fP)
|
||||
|
||||
.SH INPUT\OUTPUT PARAMETER
|
||||
.SH INPUT/OUTPUT PARAMETER
|
||||
.ft R
|
||||
.TP 1i
|
||||
fh
|
||||
|
@ -178,7 +178,7 @@ Now, the valid datatypes for each option is specified below.
|
||||
RETURN
|
||||
|
||||
.SH MINLOC AND MAXLOC
|
||||
.ftR
|
||||
.ft R
|
||||
The operator MPI_MINLOC is used to compute a global minimum and also an index attached to the minimum value. MPI_MAXLOC similarly computes a global maximum and index. One application of these is to compute a global minimum (maximum) and the rank of the process containing this value.
|
||||
|
||||
.sp
|
||||
|
@ -23,7 +23,7 @@ MPI_REQUEST_FREE(REQUEST, IERROR)
|
||||
void Request::Free()
|
||||
|
||||
.SH INPUT/OUTPUT PARAMETER
|
||||
.ftR
|
||||
.ft R
|
||||
.TP 1i
|
||||
request
|
||||
Communication request (handle).
|
||||
|
@ -56,7 +56,7 @@ comm
|
||||
Communicator (handle).
|
||||
|
||||
.SH OUTPUT PARAMETERS
|
||||
.ftR
|
||||
.ft R
|
||||
.TP 1i
|
||||
recvbuf
|
||||
Address of receive buffer (choice).
|
||||
|
Загрузка…
Ссылка в новой задаче
Block a user