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. - MPI_DISTRIBUTE_NONE - Dimension not distributed.
.fi .fi
.sp .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 .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. 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 .sp

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

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