Re: [OMPI users] Remote progress in MPI_Win_flush_local

2017-06-23 Thread Nathan Hjelm
This is not the intended behavior. Please open a bug on github. -Nathan On Jun 23, 2017, at 08:21 AM, Joseph Schuchart wrote: All, We employ the following pattern to send signals between processes: ``` int com_rank, root = 0; // allocate MPI window MPI_Win win = allocate_win(); // do some co

[OMPI users] Remote progress in MPI_Win_flush_local

2017-06-23 Thread Joseph Schuchart
All, We employ the following pattern to send signals between processes: ``` int com_rank, root = 0; // allocate MPI window MPI_Win win = allocate_win(); // do some computation ... // Process 0 waits for a signal if (com_rank == root) { do { MPI_Fetch_and_op(NULL, &res, MPI_INT, com_r