1
1
openmpi/ompi/mca
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
..
allocator Fix longstanding issue with our multi-project support. Rather than using 2014-01-07 22:11:15 +00:00
bcol coll/ml: fix leaks 2014-03-27 23:25:31 +00:00
bml Add some additional verbose output per this RFC 2014-03-14 20:17:47 +00:00
btl btl: Use C99 sub-object naming when initializing BTL components 2014-04-14 19:29:26 +00:00
coll Trivial defensive programming/style update: use {}, even for 1-line blocks. 2014-04-09 16:28:31 +00:00
common build: add Automake-like silent/verbose macros for "ln -s ..." operations 2014-03-28 18:24:32 +00:00
crcp build: add Automake-like silent/verbose macros for "ln -s ..." operations 2014-03-28 18:24:32 +00:00
dpm Set the locality prior to calling add_procs so bozos like Jeff get it at the right time 2014-03-18 17:57:27 +00:00
fbtl add support for PLFS filesystem 2014-01-22 21:16:15 +00:00
fcoll add proper typcasts to intptr_t to avoid warnings on 32bit systems. 2014-01-10 16:19:04 +00:00
fs Fix: making sure the file type is not overwritten by the last queried component 2014-01-29 19:21:03 +00:00
io Commit upstream ROMIO fix: dbad7873926a75adbff0fd0140ae321412f70d66 2014-03-25 14:50:07 +00:00
mpool udreg: free huge page allocations correctly 2014-01-14 16:26:06 +00:00
mtl Correct typo in r31332, mtl_portals_enpoint.h -> mtl_portals_endpoint.h 2014-04-08 14:41:51 +00:00
op Remove warnings identified by clang 3.4 2014-03-12 13:17:54 +00:00
osc osc/rdma: fix deadlock with put_long protocol. 2014-04-13 16:24:56 +00:00
pml OPAL_ENABLE_FT_CR: remove compiler warnings 2014-03-04 15:28:07 +00:00
pubsub Fix longstanding issue with our multi-project support. Rather than using 2014-01-07 22:11:15 +00:00
rcache Fix longstanding issue with our multi-project support. Rather than using 2014-01-07 22:11:15 +00:00
rte Correctly implement --disable-oshmem and --without-orte so we don't build the disabled section of code. Fix a bunch of code rot in the PMI rte component, and add several missing headers when building --without-orte. 2014-03-11 22:02:40 +00:00
sbgp Clean wanring in sbgp and coll ml 2014-03-28 19:53:36 +00:00
sharedfp Fix longstanding issue with our multi-project support. Rather than using 2014-01-07 22:11:15 +00:00
topo Fix comment in r31146 2014-03-19 16:09:20 +00:00
vprotocol Fix longstanding issue with our multi-project support. Rather than using 2014-01-07 22:11:15 +00:00