1
1

Merge pull request #1121 from dmt4/orterun-manpage-typos

change -0bind-to and -bind-to to --bind-to in the manpages
Этот коммит содержится в:
rhc54 2015-11-10 11:24:08 -08:00
родитель 8af89a9f83 9f6e306064
Коммит 474a869b8d
2 изменённых файлов: 4 добавлений и 4 удалений

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

@ -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

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

@ -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