- 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)
|
int MPI_Abort(MPI_Comm \fIcomm\fP, int\fI errorcode\fP)
|
||||||
|
|
||||||
.SH Fortran Syntax
|
.SH Fortran Syntax
|
||||||
.ftR
|
.ft R
|
||||||
.nf
|
.nf
|
||||||
INCLUDE 'mpif.h'
|
INCLUDE 'mpif.h'
|
||||||
MPI_ABORT(\fICOMM\fP, \fIERRORCODE\fP, \fIIERROR\fP)
|
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,
|
void MPI::File::Write(const void* \fIbuf\fP, int \fIcount\fP,
|
||||||
const MPI::Datatype& \fIdatatype\fP)
|
const MPI::Datatype& \fIdatatype\fP)
|
||||||
|
|
||||||
.SH INPUT\OUTPUT PARAMETER
|
.SH INPUT/OUTPUT PARAMETER
|
||||||
.ft R
|
.ft R
|
||||||
.TP 1i
|
.TP 1i
|
||||||
fh
|
fh
|
||||||
|
@ -178,7 +178,7 @@ Now, the valid datatypes for each option is specified below.
|
|||||||
RETURN
|
RETURN
|
||||||
|
|
||||||
.SH MINLOC AND MAXLOC
|
.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.
|
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
|
.sp
|
||||||
|
@ -23,7 +23,7 @@ MPI_REQUEST_FREE(REQUEST, IERROR)
|
|||||||
void Request::Free()
|
void Request::Free()
|
||||||
|
|
||||||
.SH INPUT/OUTPUT PARAMETER
|
.SH INPUT/OUTPUT PARAMETER
|
||||||
.ftR
|
.ft R
|
||||||
.TP 1i
|
.TP 1i
|
||||||
request
|
request
|
||||||
Communication request (handle).
|
Communication request (handle).
|
||||||
|
@ -56,7 +56,7 @@ comm
|
|||||||
Communicator (handle).
|
Communicator (handle).
|
||||||
|
|
||||||
.SH OUTPUT PARAMETERS
|
.SH OUTPUT PARAMETERS
|
||||||
.ftR
|
.ft R
|
||||||
.TP 1i
|
.TP 1i
|
||||||
recvbuf
|
recvbuf
|
||||||
Address of receive buffer (choice).
|
Address of receive buffer (choice).
|
||||||
|
Загрузка…
Ссылка в новой задаче
Block a user