diff --git a/ompi/mpi/man/man3/MPI_Type_create_darray.3 b/ompi/mpi/man/man3/MPI_Type_create_darray.3 index 8318ff93b8..b127b7d328 100644 --- a/ompi/mpi/man/man3/MPI_Type_create_darray.3 +++ b/ompi/mpi/man/man3/MPI_Type_create_darray.3 @@ -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 diff --git a/orte/tools/orterun/orterun.1 b/orte/tools/orterun/orterun.1 index 06b724e09c..87ab2c8380 100644 --- a/orte/tools/orterun/orterun.1 +++ b/orte/tools/orterun/orterun.1 @@ -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 -.R [ ] -. +.B mpirun [ options ] +.B [ ] +.P Multiple Instruction Multiple Data (MIMD) Model: -.B mpirun -.R [ global_options ] +.B mpirun .R [ global_options ] [ local_options1 ] -.B -.R [ ] : +.B .R [ ] : [ local_options2 ] -.B -.R [ ] : +.B .R [ ] : ... : [ local_optionsN ] -.B -.R [ ] +.B .R [ ] .P Note that in both models, invoking \fImpirun\fR via an absolute path