Re: [OMPI users] Progress issue with dynamic windows

2017-11-01 Thread Joseph Schuchart
Nathan, Thank you for your reply. I opened an issue: https://github.com/open-mpi/ompi/issues/4434 Thanks, Joseph On 11/02/2017 01:04 PM, Nathan Hjelm wrote: Hmm, though I thought we also make calls to opal_progress () in your case (calling MPI_Win_lock on self). Open a bug on github and I w

Re: [OMPI users] Progress issue with dynamic windows

2017-11-01 Thread Nathan Hjelm
Hmm, though I thought we also make calls to opal_progress () in your case (calling MPI_Win_lock on self). Open a bug on github and I will double-check. > On Nov 1, 2017, at 9:54 PM, Nathan Hjelm wrote: > > This is a known issue when using osc/pt2pt. The only way to get progress is > to enable

Re: [OMPI users] Progress issue with dynamic windows

2017-11-01 Thread Nathan Hjelm
This is a known issue when using osc/pt2pt. The only way to get progress is to enable (it is not on by default) it at the network level (btl). How this is done depends on the underlying transport. -Nathan > On Nov 1, 2017, at 9:49 PM, Joseph Schuchart wrote: > > All, > > I came across what I