1
1

- Apply patch 31_manpages_lintian.dpatch

Thanks to Dirk Eddelbuettel <edd@debian.org>

This commit was SVN r15215.
Этот коммит содержится в:
Rainer Keller 2007-06-26 21:13:10 +00:00
родитель 14a994fee4
Коммит 15c03e8acc
2 изменённых файлов: 8 добавлений и 14 удалений

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

@ -98,7 +98,7 @@ Each dimension of the array can be distributed in one of three ways:
- MPI_DISTRIBUTE_NONE - Dimension not distributed.
.fi
.sp
The constant MPI_DISTRIBUTE_DFLT_DARG specifies a default distribution argument. The distribution argument for a dimension that is not distributed is ignored. For any dimension \fIi\fP in which the distribution is MPI_DISTRIBUTE_BLOCK, it erroneous to specify \fIarray_of_dargs[i]\fP \* \fIarray_of_psizes[i]\fP < \fIarray_of_gsizes[i]\fP.
The constant MPI_DISTRIBUTE_DFLT_DARG specifies a default distribution argument. The distribution argument for a dimension that is not distributed is ignored. For any dimension \fIi\fP in which the distribution is MPI_DISTRIBUTE_BLOCK, it erroneous to specify \fIarray_of_dargs[i]\fP \fI\*\fP \fIarray_of_psizes[i]\fP < \fIarray_of_gsizes[i]\fP.
.sp
For example, the HPF layout ARRAY(CYCLIC(15)) corresponds to MPI_DISTRIBUTE_CYCLIC with a distribution argument of 15, and the HPF layout ARRAY(BLOCK) corresponds to MPI_DISTRIBUTE_BLOCK with a distribution argument of MPI_DISTRIBUTE_DFLT_DARG.
.sp

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

@ -22,26 +22,20 @@ other. Using any of the names will result in exactly identical behavior.
.PP
Single Process Multiple Data (SPMD) Model:
.B mpirun
.R [ options ]
.B <program>
.R [ <args> ]
.
.B mpirun [ options ]
.B <program> [ <args> ]
.P
Multiple Instruction Multiple Data (MIMD) Model:
.B mpirun
.R [ global_options ]
.B mpirun .R [ global_options ]
[ local_options1 ]
.B <program1>
.R [ <args1> ] :
.B <program1> .R [ <args1> ] :
[ local_options2 ]
.B <program2>
.R [ <args2> ] :
.B <program2> .R [ <args2> ] :
... :
[ local_optionsN ]
.B <programN>
.R [ <argsN> ]
.B <programN> .R [ <argsN> ]
.P
Note that in both models, invoking \fImpirun\fR via an absolute path