1
1
openmpi/ompi/mca/coll/sm2
Ralph Castain 4cdf91a8d4 Per the RFC, extend the current use of the ompi_proc_t flags field (without changing the field itself).
The prior ompi_proc_t structure had a uint8_t flag field in it, where only one
bit was used to flag that a proc was "local". In that context, "local" was
constrained to mean "local to this node".

This commit provides a greater degree of granularity on the term "local", to include tests
to see if the proc is on the same socket, PC board, node, switch, CU (computing
unit), and cluster.

Add #define's to designate which bits stand for which local condition. This
was added to the OPAL layer to avoid conflicting with the proposed movement of
the BTLs. To make it easier to use, a set of macros have been defined - e.g.,
OPAL_PROC_ON_LOCAL_SOCKET - that test the specific bit. These can be used in
the code base to clearly indicate which sense of locality is being considered.

All locations in the code base that looked at the current proc_t field have
been changed to use the new macros.

Also modify the orte_ess modules so that each returns a uint8_t (to match the
ompi_proc_t field) that contains a complete description of the locality of this
proc. Obviously, not all environments will be capable of providing such detailed
info. Thus, getting a "false" from a test for "on_local_socket" may simply
indicate a lack of knowledge.

This commit was SVN r20496.
2009-02-10 02:20:16 +00:00
..
.ompi_ignore skeleton for new shared memory collective component. 2008-01-25 19:35:26 +00:00
.ompi_unignore skeleton for new shared memory collective component. 2008-01-25 19:35:26 +00:00
coll_sm2_allreduce.c Fixes trac:1392, #1400 2008-07-28 22:40:57 +00:00
coll_sm2_barrier.c Fixes trac:1392, #1400 2008-07-28 22:40:57 +00:00
coll_sm2_bcast.c Fixes trac:1392, #1400 2008-07-28 22:40:57 +00:00
coll_sm2_component.c Fixes trac:1392, #1400 2008-07-28 22:40:57 +00:00
coll_sm2_module.c Per the RFC, extend the current use of the ompi_proc_t flags field (without changing the field itself). 2009-02-10 02:20:16 +00:00
coll_sm2_reduce.c Fixes trac:1392, #1400 2008-07-28 22:40:57 +00:00
coll_sm2_service.c Remove a whole pile of orte/util/show_help.h's that I missed. :-( 2008-05-14 11:32:33 +00:00
coll_sm2.h Fixes trac:1392, #1400 2008-07-28 22:40:57 +00:00
configure.params skeleton for new shared memory collective component. 2008-01-25 19:35:26 +00:00
help-coll-sm.txt skeleton for new shared memory collective component. 2008-01-25 19:35:26 +00:00
Makefile.am fix buffer management for nb-barrier. 2008-04-05 21:59:04 +00:00