1
1
openmpi/ompi/mca/btl/portals4
Nathan Hjelm ccb33ff811 btl: Use C99 sub-object naming when initializing BTL components
Two things to note:

 - This change will allow us to expand the BTL interface without
   having to worry about modifying BTLs that will not support the new
   interfaces. More on this will come later this year as part of the
   1.9 series.

 - C99 guarantees that uninitialed members of structs declared outside
   of functions (DATA binary section) will be initialized with
   0's. This allows us to drop stuff like .btl_flags = 0, or .btl_get
   = NULL.

This commit was SVN r31388.
2014-04-14 19:29:26 +00:00
..
btl_portals4_component.c * Add multi-device support to the Portals 4 btl. 2014-01-09 20:01:42 +00:00
btl_portals4_endpoint.h * Add multi-device support to the Portals 4 btl. 2014-01-09 20:01:42 +00:00
btl_portals4_frag.c * Add multi-device support to the Portals 4 btl. 2014-01-09 20:01:42 +00:00
btl_portals4_frag.h First take at a BTL for Portals 4 2013-07-11 20:47:08 +00:00
btl_portals4_rdma.c * Add multi-device support to the Portals 4 btl. 2014-01-09 20:01:42 +00:00
btl_portals4_recv.c * Add multi-device support to the Portals 4 btl. 2014-01-09 20:01:42 +00:00
btl_portals4_recv.h * Add multi-device support to the Portals 4 btl. 2014-01-09 20:01:42 +00:00
btl_portals4_send.c * Add multi-device support to the Portals 4 btl. 2014-01-09 20:01:42 +00:00
btl_portals4.c btl: Use C99 sub-object naming when initializing BTL components 2014-04-14 19:29:26 +00:00
btl_portals4.h * Add multi-device support to the Portals 4 btl. 2014-01-09 20:01:42 +00:00
configure.m4 * Add multi-device support to the Portals 4 btl. 2014-01-09 20:01:42 +00:00
Makefile.am Fix longstanding issue with our multi-project support. Rather than using 2014-01-07 22:11:15 +00:00