1
1
openmpi/ompi/mca/coll/portals4
Brian Barrett 16a1166884 Remove the proc_pml and proc_bml fields from ompi_proc_t and replace with a
configure-time dynamic allocation of flags.  The net result for platforms
which only support BTL-based communication is a reduction of 8*nprocs bytes
per process.  Platforms which support both MTLs and BTLs will not see
a space reduction, but will now be able to safely run both the MTL and BTL
side-by-side, which will prove useful.

This commit was SVN r29100.
2013-08-30 16:54:55 +00:00
..
coll_portals4_barrier.c * Update Portals 4 MTL's multi-md code to be a bit cleaner (no if statements 2013-07-08 21:27:37 +00:00
coll_portals4_component.c * Fix some compile errors 2013-08-05 18:49:48 +00:00
coll_portals4_request.c First take at Barrier and Ibarrier, both of which seem to work. 2013-07-02 21:42:10 +00:00
coll_portals4_request.h rename ompi_free_list operations to _mt, as per discussions at last face to face meeting 2013-07-08 22:07:52 +00:00
coll_portals4.h Remove the proc_pml and proc_bml fields from ompi_proc_t and replace with a 2013-08-30 16:54:55 +00:00
configure.m4 Remove the proc_pml and proc_bml fields from ompi_proc_t and replace with a 2013-08-30 16:54:55 +00:00
Makefile.am First take at Barrier and Ibarrier, both of which seem to work. 2013-07-02 21:42:10 +00:00