1
1
openmpi/ompi/mca
Brian Barrett c4577723ed fix misuse of param api
This commit was SVN r28705.
2013-07-02 21:41:42 +00:00
..
allocator Update OMPI frameworks to use the MCA framework system. 2013-03-27 21:17:31 +00:00
bcol Remove a bunch of dead code: gcc 4.7 warns of set-but-unused 2013-05-17 21:45:49 +00:00
bml Update OMPI frameworks to use the MCA framework system. 2013-03-27 21:17:31 +00:00
btl Silence a compiler warning. 2013-07-01 11:40:42 +00:00
coll Shell of the Portals 4 collectives componetn 2013-07-02 15:23:55 +00:00
common Fix two bugs from previous commit. 2013-06-28 16:32:51 +00:00
crcp Update OMPI frameworks to use the MCA framework system. 2013-03-27 21:17:31 +00:00
dpm Fix bad merge 2013-05-18 01:29:55 +00:00
fbtl Adding typecasting with intptr_t to remove warnings. 2013-04-03 17:07:43 +00:00
fcoll Avoid malloc of zero bytes, add a check and avoid it. 2013-06-06 14:08:57 +00:00
fs - fix the mca stripe size and stripe depth parameter logic in the pvfs2 2013-05-14 16:11:39 +00:00
io Add the MPI 2.2 MPI_Dist_graph functionality. 2013-07-01 12:40:08 +00:00
mpool Fix some compile errors in CUDA-aware code that has crept in. 2013-04-18 15:34:16 +00:00
mtl fix misuse of param api 2013-07-02 21:41:42 +00:00
op Update OMPI frameworks to use the MCA framework system. 2013-03-27 21:17:31 +00:00
osc Update OMPI frameworks to use the MCA framework system. 2013-03-27 21:17:31 +00:00
pml Portals 4 doesn't have a BTL, need to default to MTL, rather than finding some stupid slow BTL. THis selection logic sucks. 2013-07-02 21:18:04 +00:00
pubsub Add 'generic' support for PMI2 (previously, we checked for PMI2 only on Cray systems.) If your resource manager (e.g. SLURM) has support for PMI2, then the --with-pmi configure flag will enable its usage. If you don't have PMI2, then you will fallback to regular old PMI1. This patch was submitted by Ralph Castain and reviewed and pushed by Josh Ladd. This should be added to cmr:v1.7:reviewer=jladd 2013-06-21 15:28:14 +00:00
rcache Update OMPI frameworks to use the MCA framework system. 2013-03-27 21:17:31 +00:00
rte The move of the orte_db framework to opal required that we create an opaque opal_identifier_t type as OPAL cannot know anything about the ORTE process name. However, passing a value down to opal and then having the db components reference it causes alignment issues on Solaris Sparc platforms. So pass the pointer instead and do the old "memcpy" trick to avoid the problem. 2013-04-08 23:34:16 +00:00
sbgp sbgp/ibnet: fix param -> var update errors 2013-04-03 20:17:18 +00:00
sharedfp Update OMPI frameworks to use the MCA framework system. 2013-03-27 21:17:31 +00:00
topo Oops, thanks Jeff for noticing. 2013-07-01 17:51:52 +00:00
vprotocol Revert r28417 - given the non-standard way vprotocol is implemented, I see no way to use the framework verbosity here. Best to just leave it alone as those who use it know what they need to do to get debug output 2013-04-30 16:37:17 +00:00