1
1
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
..
2016-02-04 16:59:39 -07:00
2016-02-04 16:59:39 -07:00
2016-02-04 16:59:39 -07:00
2016-02-04 16:59:39 -07:00
2015-10-22 15:50:40 -06:00
2016-02-04 16:59:39 -07:00
2015-06-25 10:04:42 -06:00