Re: [mpich-discuss] Problem with target_disp Parameter and 1-sided Messages
20 Jan
2014
20 Jan
'14
10:49 a.m.
Yes, sizeof(int). That's what I meant. My mistake. On Sun, Jan 19, 2014 at 12:16 PM, Balaji, Pavan <[email protected]> wrote:
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).
_______________________________________________ discuss mailing list [email protected] To manage subscription options or unsubscribe: https://lists.mpich.org/mailman/listinfo/discuss
4566
Age (days ago)
4566
Last active (days ago)
0 comments
1 participants
participants (1)
-
Corey A. Henderson