Skip to content

Commit 2216b80

Browse files
committed
README: remove references to the removed coll/hierarch module
Fixes open-mpi/ompi@4005 Signed-off-by: Gilles Gouaillardet <[email protected]>
1 parent 0fba0f4 commit 2216b80

File tree

1 file changed

+2
-18
lines changed

1 file changed

+2
-18
lines changed

README

Lines changed: 2 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ Copyright (c) 2013-2015 Intel, Inc. All rights reserved
1919
Copyright (c) 2015 NVIDIA Corporation. All rights reserved.
2020
Copyright (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
548550
MPI 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

Comments
 (0)