diff --git a/orte/tools/orte-submit/orte-submit.1in b/orte/tools/orte-submit/orte-submit.1in index 605d893c0d..ae863e9b21 100644 --- a/orte/tools/orte-submit/orte-submit.1in +++ b/orte/tools/orte-submit/orte-submit.1in @@ -904,13 +904,13 @@ the following additional options: [...] ... binding child [...,2] to cpus 0004 [...] ... binding child [...,3] to cpus 0008 - % ompi-submit ... --map-by socket -0bind-to socket + % ompi-submit ... --map-by socket --bind-to socket [...] ... binding child [...,0] to socket 0 cpus 000f [...] ... binding child [...,1] to socket 1 cpus 00f0 [...] ... binding child [...,2] to socket 0 cpus 000f [...] ... binding child [...,3] to socket 1 cpus 00f0 - % ompi-submit ... --map-by core:PE=2 -bind-to core + % ompi-submit ... --map-by core:PE=2 --bind-to core [...] ... binding child [...,0] to cpus 0003 [...] ... binding child [...,1] to cpus 000c [...] ... binding child [...,2] to cpus 0030 diff --git a/orte/tools/orterun/orterun.1in b/orte/tools/orterun/orterun.1in index 323af8daab..53ee9dda2a 100644 --- a/orte/tools/orterun/orterun.1in +++ b/orte/tools/orterun/orterun.1in @@ -1011,13 +1011,13 @@ the following additional options: [...] ... binding child [...,2] to cpus 0004 [...] ... binding child [...,3] to cpus 0008 - % mpirun ... --map-by socket -0bind-to socket + % mpirun ... --map-by socket --bind-to socket [...] ... binding child [...,0] to socket 0 cpus 000f [...] ... binding child [...,1] to socket 1 cpus 00f0 [...] ... binding child [...,2] to socket 0 cpus 000f [...] ... binding child [...,3] to socket 1 cpus 00f0 - % mpirun ... --map-by core:PE=2 -bind-to core + % mpirun ... --map-by core:PE=2 --bind-to core [...] ... binding child [...,0] to cpus 0003 [...] ... binding child [...,1] to cpus 000c [...] ... binding child [...,2] to cpus 0030