1
1

- Update manpages of depracted functions.

Fix headers, move too long subjects into main text.
   Add See also sections.

This commit was SVN r21779.
Этот коммит содержится в:
Rainer Keller 2009-08-10 13:44:53 +00:00
родитель e4d52b16b5
Коммит 23e6ec1ebf
7 изменённых файлов: 16 добавлений и 7 удалений

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

@ -37,7 +37,7 @@ Fortran only: Error status (integer).
.SH DESCRIPTION
.ft R
Note that use of this routine is \fIdeprecated\fP as of MPI-2. Please use MPI_get_address instead.
Note that use of this routine is \fIdeprecated\fP as of MPI-2. Please use MPI_Get_address instead.
.sp
This deprecated routine is not available in C++.
.sp
@ -82,3 +82,6 @@ Before the error value is returned, the current MPI error handler is
called. By default, this error handler aborts the MPI job, except for I/O function errors. The error handler
may be changed with MPI_Comm_set_errhandler; the predefined error handler MPI_ERRORS_RETURN may be used to cause error values to be returned. Note that MPI does not guarantee that an MPI program can continue past an error.
.SH SEE ALSO
MPI_Get_address
.br

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

@ -49,4 +49,7 @@ Before the error value is returned, the current MPI error handler is
called. By default, this error handler aborts the MPI job, except for I/O function errors. The error handler
may be changed with MPI_Comm_set_errhandler; the predefined error handler MPI_ERRORS_RETURN may be used to cause error values to be returned. Note that MPI does not guarantee that an MPI program can continue past an error.
.SH SEE ALSO
MPI_Comm_delete_attr
.br

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

@ -112,3 +112,5 @@ called. By default, this error handler aborts the MPI job, except for I/O functi
.SH SEE ALSO
MPI_Keyval_free
.br
MPI_Comm_create_keyval
.br

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

@ -51,7 +51,8 @@ called. By default, this error handler aborts the MPI job, except for I/O functi
.SH SEE ALSO
MPI_Keyval_create
.br
MPI_Comm_free_keyval
.br

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

@ -2,7 +2,7 @@
.\" Copyright (c) 1996 Thinking Machines Corporation
.TH MPI_Type_lb 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#"
.SH NAME
\fBMPI_Type_lb\fP \- Returns the lower bound of a data type. This may differ from zero if the type was constructed using MPI_LB. Use of this routine is deprecated.
\fBMPI_Type_lb\fP \- Returns the lower bound of a data type -- use of this routine is deprecated.
.SH SYNTAX
.ft R
@ -40,7 +40,7 @@ Note that use of this routine is \fIdeprecated\fP as of MPI-2. Please use MPI_Ty
.sp
This deprecated routine is not available in C++.
.sp
MPI_Type_lb returns the lower bound of a data type.
MPI_Type_lb returns the lower bound of a data type. This may differ from zero if the type was constructed using MPI_LB.
.sp
The "pseudo-datatypes," MPI_LB and MPI_UB, can be used, respectively, to mark the lower bound (or the upper bound) of a datatype. These pseudo-datatypes occupy no space (extent (MPI_LB) = extent (MPI_UB) =0. They do not affect the size or count of a datatype, and do not affect the context of a message created with this datatype. However, they do affect the definition of the extent of a datatype and, therefore, affect the outcome of a replication of this datatype by a datatype constructor.
.sp

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

@ -2,7 +2,7 @@
.\" Copyright (c) 1996 Thinking Machines Corporation
.TH MPI_Type_ub 3 "#OMPI_DATE#" "#PACKAGE_VERSION#" "#PACKAGE_NAME#"
.SH NAME
\fBMPI_Type_ub\fP \- Returns the upper bound of a datatype. This will differ from zero if the type was constructed using MPI_UB. The upper bound will take into account any alignment considerations. Use of this routine is deprecated.
\fBMPI_Type_ub\fP \- Returns the upper bound of a datatype -- use of this routine is deprecated.
.SH SYNTAX
.ft R
@ -42,7 +42,7 @@ Note that use of this routine is \fIdeprecated\fP as of MPI-2. Please use MPI_Ty
.sp
This deprecated routine is not available in C++.
.sp
MPI_Type_ub returns the lower bound of a data type.
MPI_Type_ub returns the upper bound of a data type. This will differ from zero if the type was constructed using MPI_UB. The upper bound will take into account any alignment considerations.
.sp
The "pseudo-datatypes," MPI_LB and MPI_UB, can be used, respectively, to mark the upper bound (or the lower bound) of a datatype. These pseudo-datatypes occupy no space (extent (MPI_LB) = extent (MPI_UB) =0. They do not affect the size or count of a datatype, and do not affect the context of a message created with this datatype. However, they do affect the definition of the extent of a datatype and, therefore, affect the outcome of a replication of this datatype by a datatype constructor.
.sp

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

@ -68,7 +68,7 @@ Almost all MPI routines return an error value; C routines as the value of the fu
Before the error value is returned, the current MPI error handler is
called. By default, this error handler aborts the MPI job, except for I/O function errors. The error handler may be changed with MPI_Comm_set_errhandler; the predefined error handler MPI_ERRORS_RETURN may be used to cause error values to be returned. Note that MPI does not guarantee that an MPI program can continue past an error.
.SH See also
.SH SEE ALSO
MPI_Win_unlock
.br