1
1

Another round of man page cleanups from Debian mantainer Manuel

Prinz.  Many thanks!

This commit was SVN r23445.
Этот коммит содержится в:
Jeff Squyres 2010-07-20 14:07:18 +00:00
родитель e736281adf
Коммит 64cb8f5d7f
16 изменённых файлов: 22 добавлений и 21 удалений

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

@ -8,8 +8,8 @@
.\" **************************
.SH NAME
.
Open MPI MCA Checkpoint/Restart Coordination Protocol (CRCP) Framework \- Overview of Open MPI's CRCP
framework, and selected modules. #PACKAGE_NAME# #PACKAGE_VERSION#
OMPI_CRCP \- Open MPI MCA Checkpoint/Restart Coordination Protocol (CRCP) Framework:
Overview of Open MPI's CRCP framework, and selected modules. #PACKAGE_NAME# #PACKAGE_VERSION#
.
.\" **************************
.\" Description Section

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

@ -35,7 +35,7 @@ color
Control of subset assignment (nonnegative integer).
.TP 1i
key
Control of rank assigment (integer).
Control of rank assignment (integer).
.SH OUTPUT PARAMETERS
.ft R

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

@ -135,7 +135,7 @@ In C++, the cancel function is
bool \fIcomplete\fP);
.fi
.sp
The \fIcancel_fn\fP function is invoked to start the cancelation of a generalized request. It is called by MPI_Request_cancel(request). MPI passes to the callback function complete=true if MPI_Grequest_complete has already been called on the request, and complete=false otherwise.
The \fIcancel_fn\fP function is invoked to start the cancellation of a generalized request. It is called by MPI_Request_cancel(request). MPI passes to the callback function complete=true if MPI_Grequest_complete has already been called on the request, and complete=false otherwise.
.SH FORTRAN 77 NOTES
.ft R

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

@ -26,7 +26,7 @@ MPI_INTERCOMM_CREATE(\fILOCAL_COMM, LOCAL_LEADER, PEER_COMM,
Intercomm Intracomm::Create_intercomm(int \fIlocal_leader\fP, const
Comm& \fIpeer_comm\fP, int \fIremote_leader\fP, int \fItag\fP) const
.SH INPUT PARAMTERS
.SH INPUT PARAMETERS
.ft R
.TP 1i
local_comm

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

@ -76,7 +76,7 @@ Fortran; MPI_NULL_COPY_FN is a function that does nothing other than return flag
.SH NOTES
Key values are global (available for any and all communicators).
.sp
There are subtle differences between C and Fortran that require that the copy_fn be written in the same language that MPI_Keyval_create is called from. This should not be a problem for most users; only programers using both Fortran and C in the same program need to be sure that they follow this rule.
There are subtle differences between C and Fortran that require that the copy_fn be written in the same language that MPI_Keyval_create is called from. This should not be a problem for most users; only programmers using both Fortran and C in the same program need to be sure that they follow this rule.
.sp
Even though both formal arguments attribute_val_in
and attribute_val_out are of type void*, their usage differs. The C copy function is passed by MPI in attribute_val_in the value of the attribute, and in attribute_val_out the address of the attribute, so as to allow the function to return the (new) attribute value. The use of type void* for both is to avoid messy type casts.

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

@ -14,8 +14,8 @@
.\" **************************
.SH NAME
.
Open PAL MCA Checkpoint/Restart Service (CRS) \- Overview of Open PAL's CRS
framework, and selected modules. #PACKAGE_NAME# #PACKAGE_VERSION#.
OPAL_CRS \- Open PAL MCA Checkpoint/Restart Service (CRS): Overview of Open PAL's
CRS framework, and selected modules. #PACKAGE_NAME# #PACKAGE_VERSION#.
.
.\" **************************
.\" Description Section

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

@ -27,7 +27,7 @@ program their respective tools should be used.
.SH SYNOPSIS
.
.B opal-checkpoint
.R [ options ]
.B [ options ]
.B <PID>
.
.\" **************************

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

@ -27,7 +27,7 @@ program their respective tools should be used.
.SH SYNOPSIS
.
.B opal-restart
.R [ options ]
.B [ options ]
.B <SNAPSHOT HANDLE>
.
.\" **************************
@ -63,7 +63,7 @@ The location of the local snapshot reference.
.TP
.B -s | --self
Restart this process using the \fIself\fR CRS component. This component is a
special case, all other CRS components are automaticly detected.
special case, all other CRS components are automatically detected.
.
.
.TP

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

@ -13,8 +13,8 @@
.\" **************************
.SH NAME
.
Open RTE MCA File Management (FileM) Framework \- Overview of Open RTE's FileM
framework, and selected modules. #PACKAGE_NAME# #PACKAGE_VERSION#
ORTE_FILEM \- Open RTE MCA File Management (FileM) Framework: Overview of Open RTE's
FileM framework, and selected modules. #PACKAGE_NAME# #PACKAGE_VERSION#
.
.\" **************************
.\" Description Section

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

@ -13,8 +13,8 @@
.\" **************************
.SH NAME
.
Open RTE MCA Snapshot Coordination (SnapC) Framework \- Overview of Open RTE's SnapC
framework, and selected modules. #PACKAGE_NAME# #PACKAGE_VERSION#
ORTE_SNAPC \- Open RTE MCA Snapshot Coordination (SnapC) Framework: Overview of
Open RTE's SnapC framework, and selected modules. #PACKAGE_NAME# #PACKAGE_VERSION#
.
.\" **************************
.\" Description Section

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

@ -28,7 +28,7 @@ identical behavior.
.SH SYNOPSIS
.
.B ompi-checkpoint
.R [ options ]
.B [ options ]
.B <PID_OF_MPIRUN>
.
.\" **************************

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

@ -27,7 +27,7 @@ identical behavior.
.SH SYNOPSIS
.
.B ompi-iof
.R [ options ]
.B [ options ]
.
.\" **************************
.\" Options Section

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

@ -28,7 +28,7 @@ identical behavior.
.SH SYNOPSIS
.
.B ompi-ps
.R [ options ]
.B [ options ]
.
.\" **************************
.\" Options Section

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

@ -28,7 +28,7 @@ identical behavior.
.SH SYNOPSIS
.
.B ompi-restart
.R [ options ]
.B [ options ]
.B <GLOBAL SNAPSHOT HANDLE>
.
.\" **************************

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

@ -715,7 +715,7 @@ in a round-robin fashion.
The \fI-nolocal\fP option prevents any processes from being mapped onto the
local host (in this case node aa). While \fImpirun\fP typically consumes
few system resources, \fI-nolocal\fP can be helpful for launching very
large jobs where \fImpirun\fP may actually need to use noticable amounts
large jobs where \fImpirun\fP may actually need to use noticeable amounts
of memory and/or processing time.
.
.PP

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

@ -11,7 +11,8 @@
.\" **************************
.SH NAME
.
OpenRTE Hostfile and HOST Behavior \- Overview of OpenRTE's support for user-supplied hostfiles and comma-delimited lists of hosts
ORTE_HOSTS \- OpenRTE Hostfile and HOST Behavior: Overview of OpenRTE's support for user-supplied
hostfiles and comma-delimited lists of hosts
.
.\" **************************
.\" Description Section