1
1

- Apply patch 30_manpages_fix.diff.dpatch of Debian

Thanks to Sylvestre Ledru <sylvestre.ledru@inria.fr>

This commit was SVN r15214.
Этот коммит содержится в:
Rainer Keller 2007-06-26 21:11:06 +00:00
родитель fb5394a9b9
Коммит 14a994fee4
5 изменённых файлов: 5 добавлений и 5 удалений

Просмотреть файл

@ -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).