19 Jan
2014
19 Jan
'14
12:16 p.m.
On Jan 19, 2014, at 12:12 PM, Corey A. Henderson <[email protected]> wrote:
Thank you for the help. Indeed, changing the disp_unit on MPI_Win_allocate from MPI_INT to sizeof(MPI_INT) does eliminate the seg faults in the subsequent window accesses.
sizeof(int), not sizeof(MPI_INT).