Add some text about how to activate the hiearch component.
This commit was SVN r20510.
Этот коммит содержится в:
родитель
29a037123b
Коммит
b33b5a91dc
25
README
25
README
@ -112,7 +112,8 @@ Detailed Open MPI v1.3 Feature List:
|
|||||||
|
|
||||||
o Collectives
|
o Collectives
|
||||||
- Performance improvements
|
- Performance improvements
|
||||||
- Support for hierarchical collectives
|
- Support for hierarchical collectives (must be activated
|
||||||
|
manually; see below)
|
||||||
|
|
||||||
o Miscellaneous
|
o Miscellaneous
|
||||||
- MPI 2.1 compliant
|
- MPI 2.1 compliant
|
||||||
@ -390,6 +391,28 @@ MPI Functionality and Features
|
|||||||
(and may not provide very much performance benefit).
|
(and may not provide very much performance benefit).
|
||||||
|
|
||||||
|
|
||||||
|
Collectives
|
||||||
|
-----------
|
||||||
|
|
||||||
|
- The "hierarch" coll component (i.e., an implementation of MPI
|
||||||
|
collective operations) attempts to discover network layers of
|
||||||
|
latency in order to segregate individual "local" and "global"
|
||||||
|
operations as part of the overall collective operation. In this
|
||||||
|
way, network traffic can be reduced -- or possibly even minimized
|
||||||
|
(similar to MagPIe). The current "hierarch" component only
|
||||||
|
separates MPI processes into on- and off-node groups.
|
||||||
|
|
||||||
|
Hierarch has had sufficient correctness testing, but has not
|
||||||
|
received much performance tuning. As such, hierarch is not
|
||||||
|
activated by default -- it must be enabled manually by setting its
|
||||||
|
priority level to 100:
|
||||||
|
|
||||||
|
mpirun --mca coll_hierarch_priority 100 ...
|
||||||
|
|
||||||
|
We would appreciate feedback from the user community about how well
|
||||||
|
hierarch works for your applications.
|
||||||
|
|
||||||
|
|
||||||
Network Support
|
Network Support
|
||||||
---------------
|
---------------
|
||||||
|
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user