1
1
openmpi/ompi/mca
Nathan Hjelm 5b9c82a964 osc/pt2pt: bug fixes
This commit fixes several bugs identified by @ggouaillardet and MTT:

 - Fix SEGV in long send completion caused by missing update to the
   request callback data.

 - Add an MPI_Barrier to the fence short-cut. This fixes potential
   semantic issues where messages may be received before fence is
   reached.

 - Ensure fragments are flushed when using request-based RMA. This
   allows MPI_Test/MPI_Wait/etc to work as expected.

 - Restore the tag space back to 16-bits. It was intended that the
   space be expanded to 32-bits but the required change to the
   fragment headers was not committed. The tag space may be expanded
   in a later commit.

Signed-off-by: Nathan Hjelm <hjelmn@lanl.gov>
2016-02-04 16:59:39 -07:00
..
bcol configury: test portability 2015-12-28 13:58:45 +09:00
bml bml r2: fix exclusivity comparison 2015-11-06 13:26:32 -08:00
coll Merge pull request #1321 from jladd-mlnx/topic/add-allgatherv-reduce 2016-01-25 20:46:52 -05:00
common Purge whitespace from the repo 2015-06-23 20:59:57 -07:00
crcp mca/base: add priority output to mca_base_select 2015-10-19 12:32:41 -06:00
fbtl use the actual preadv and pwritev functions if available. That's what the fbtl interfaces have been designed for. 2016-01-07 08:29:17 -06:00
fcoll fix CID 1349739, CID 1349738, CID 1349736 and (probably) CID 1349740 (not entirely sure about the last one, since I don't understand why block[i] is a problem but max_len[i] allocated and treated exactly the same way 1 line later is not). 2016-01-21 08:32:23 -06:00
fs need to check for the parent dir as well, since the file might not exist yet. 2016-01-26 13:49:21 -06:00
io add a new field to the ompio data structure (stripe_count) and set it correctly on pvfs2 and lustre. 2016-01-17 09:48:49 -06:00
mtl mtl-portals4: initialize endpoint nid/pid when using logical mapping 2015-12-22 11:20:18 -06:00
op op/x86: change the owner to Ralph 2015-12-01 15:08:07 -08:00
osc osc/pt2pt: bug fixes 2016-02-04 16:59:39 -07:00
pml Fix typo in error handling flow. 2016-01-14 22:28:54 +02:00
rte Add pmix120 component, update the error handling functions in the PMIx API. 2015-12-28 23:15:44 +09:00
sbgp configury: test portability 2015-12-28 13:58:45 +09:00
sharedfp will rivist the addproc component later in spring, right now it is constantly in the way of doing my tests. 2016-01-20 15:05:51 -06:00
topo topo/treematch: do not invoke hwloc_topology_{init,load} 2015-12-03 11:24:32 +09:00
vprotocol vprotocol/pessimist: use internal ompi_* insted of MPI_* 2015-11-20 13:46:19 +09:00
Makefile.am Purge whitespace from the repo 2015-06-23 20:59:57 -07:00
mca.h Purge whitespace from the repo 2015-06-23 20:59:57 -07:00