@@ -19,6 +19,8 @@ Copyright (c) 2013-2015 Intel, Inc. All rights reserved
1919Copyright (c) 2015 NVIDIA Corporation. All rights reserved.
2020Copyright (c) 2017 Los Alamos National Security, LLC. All rights
2121 reserved.
22+ Copyright (c) 2017 Research Organization for Information Science
23+ and Technology (RIST). All rights reserved.
2224
2325$COPYRIGHT$
2426
@@ -548,24 +550,6 @@ OpenSHMEM Functionality and Features
548550MPI Collectives
549551---------------
550552
551- - The "hierarch" coll component (i.e., an implementation of MPI
552- collective operations) attempts to discover network layers of
553- latency in order to segregate individual "local" and "global"
554- operations as part of the overall collective operation. In this
555- way, network traffic can be reduced -- or possibly even minimized
556- (similar to MagPIe). The current "hierarch" component only
557- separates MPI processes into on- and off-node groups.
558-
559- Hierarch has had sufficient correctness testing, but has not
560- received much performance tuning. As such, hierarch is not
561- activated by default -- it must be enabled manually by setting its
562- priority level to 100:
563-
564- mpirun --mca coll_hierarch_priority 100 ...
565-
566- We would appreciate feedback from the user community about how well
567- hierarch works for your applications.
568-
569553- The "fca" coll component: the Mellanox Fabric Collective Accelerator
570554 (FCA) is a solution for offloading collective operations from the
571555 MPI process onto Mellanox QDR InfiniBand switch CPUs and HCAs.
0 commit comments