1
1
openmpi/ompi/mca/osc
Nathan Hjelm 0de9445fc7 osc/rdma: fix bugs when running more than one process per node
A previous commit updated the one-sided code to register the state
region only once. This created an issue when using the scratch lock
with fetching atomics. In this case on any rank that isn't local rank
0 the module->state_handle is NULL. This commit fixes the issue by
removing the scratch lock and using a fragment pointer instead.

Fixes open-mpi/ompi#1290

Signed-off-by: Nathan Hjelm <hjelmn@lanl.gov>
2015-12-15 11:25:25 -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: fix warnings 2015-10-22 15:50:40 -06:00
rdma osc/rdma: fix bugs when running more than one process per node 2015-12-15 11:25:25 -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