1
1
openmpi/ompi/request
George Bosilca 6d735ba052 A complete overhaul of the HAN code.
Among many other things:
- Fix an imbalance bug in MPI_allgather
- Accept more human readable configuration files. We can now specify
  the collective by name instead of a magic number, and the component
  we want to use also by name.
- Add the capability to have optional arguments in the collective
  communication configuration file. Right now the capability exists
  for segment lengths, but is yet to be connected with the algorithms.
- Redo the initialization of all HAN collectives.

Cleanup the fallback collective support.
- In case the module is unable to deliver the expected result, it will fallback
  executing the collective operation on another collective component. This change
  make the support for this fallback simpler to use.
- Implement a fallback allowing a HAN module to remove itself as
  potential active collective module, and instead fallback to the
  next module in line.
- Completely disable the HAN modules on error. From the moment an error is
  encountered they remove themselves from the communicator, and in case some
  other modules calls them simply behave as a pass-through.

Communicator: provide ompi_comm_split_with_info to split and provide info at the same time
Add ompi_comm_coll_preference info key to control collective component selection

COLL HAN: use info keys instead of component-level variable to communicate topology level between abstraction layers
- The info value is a comma-separated list of entries, which are chosen with
  decreasing priorities. This overrides the priority of the component,
  unless the component has disqualified itself.
  An entry prefixed with ^ starts the ignore-list. Any entry following this
  character will be ingnored during the collective component selection for the
  communicator.
  Example: "sm,libnbc,^han,adapt" gives sm the highest preference, followed
  by libnbc. The components han and adapt are ignored in the selection process.
- Allocate a temporary buffer for all lower-level leaders (length 2 segments)
- Fix the handling of MPI_IN_PLACE for gather and scatter.

COLL HAN: Fix topology handling
 - HAN should not rely on node names to determine the ordering of ranks.
   Instead, use the node leaders as identifiers and short-cut if the
   node-leaders agree that ranks are consecutive. Also, error out if
   the rank distribution is imbalanced for now.

Signed-off-by: Xi Luo <xluo12@vols.utk.edu>
Signed-off-by: Joseph Schuchart <schuchart@icl.utk.edu>
Signed-off-by: George Bosilca <bosilca@icl.utk.edu>

Conflicts:
	ompi/mca/coll/adapt/coll_adapt_ibcast.c
2020-10-26 21:38:00 -04:00
..
grequest.c Consistent return from all progress functions. 2020-03-30 19:00:03 +02:00
grequest.h io/romio321: make grequest extensions internal 2018-06-29 16:41:27 +09:00
grequestx.c Consistent return from all progress functions. 2020-03-30 19:00:03 +02:00
grequestx.h io/romio321: make grequest extensions internal 2018-06-29 16:41:27 +09:00
Makefile.am ompi/request: implement MPI Generalized request extensions 2018-06-26 10:52:18 +09:00
req_test.c Revert "Update to sync with OMPI master and cleanup to build" 2016-11-22 15:03:20 -08:00
req_wait.c Be conservative with the array_of_indices 2018-09-18 12:05:51 -07:00
request_dbg.h Revert "Update to sync with OMPI master and cleanup to build" 2016-11-22 15:03:20 -08:00
request_default.h Revert "Update to sync with OMPI master and cleanup to build" 2016-11-22 15:03:20 -08:00
request.c A complete overhaul of the HAN code. 2020-10-26 21:38:00 -04:00
request.h Bring ADAPT collective to 4.1 2020-09-23 11:45:45 -04:00