1
1
openmpi/ompi/mca/osc
Nathan Hjelm 45da311473 osc/rdma: fix hang when performing large unaligned gets
This commit adds code to handle large unaligned gets. There are two
possible code paths for these transactions:

 1) The remote region and local region have the same alignment. In
 this case the get will be broken down into at most three get
 transactions: 1 transaction to get the unaligned start of the region
 (buffered), 1 transaction to get the aligned portion of the region,
 and 1 transaction to get the end of the region.

 2) The remote and local regions do not have the same alignment. This
 should be an uncommon case and is not optimized. In this case a
 buffer is allocated and registered locally to hold the aligned data
 from the remote region. There may be cases where this fails (low
 memory, can't register memory). Those conditions are unlikely and
 will be handled later.

Signed-off-by: Nathan Hjelm <hjelmn@lanl.gov>
2016-01-22 21:06:46 -07:00
..
base osc: use PMPI_* insted of MPI_* 2015-11-20 13:46:19 +09:00
portals4 osc-portals4: Initialize datatype in MPI_Get_accumulate and MPI_Rget_accumulate 2015-10-08 12:17:19 -05:00
pt2pt osc/pt2pt: use two distinct "namespaces" for tags 2016-01-05 16:57:37 +09:00
rdma osc/rdma: fix hang when performing large unaligned gets 2016-01-22 21:06:46 -07:00
sm osc/sm: Fix a bug that MPI_WIN_TEST does not update flag to 0. 2015-12-08 19:23:21 +09:00
Makefile.am Purge whitespace from the repo 2015-06-23 20:59:57 -07:00
osc.h osc: do not cast way the const modifier when this is not necessary 2015-08-31 10:34:05 +09:00