Re: [OMPI users] Non-blocking send issue

2020-01-02 Thread George Bosilca via users
-- > *De:* George Bosilca > *Enviado:* martes, 31 de diciembre de 2019 13:47 > *Para:* Open MPI Users > *Cc:* Martín Morales > *Asunto:* Re: [OMPI users] Non-blocking send issue > > Martin, > > The MPI standard does not mandate progress outside MPI calls,

Re: [OMPI users] Non-blocking send issue

2019-12-31 Thread Martín Morales via users
do: martes, 31 de diciembre de 2019 13:47 Para: Open MPI Users Cc: Martín Morales Asunto: Re: [OMPI users] Non-blocking send issue Martin, The MPI standard does not mandate progress outside MPI calls, thus implementations are free to provide, or not, asynchronous progress. Calling MPI_Tes

Re: [OMPI users] Non-blocking send issue

2019-12-31 Thread George Bosilca via users
Martin, The MPI standard does not mandate progress outside MPI calls, thus implementations are free to provide, or not, asynchronous progress. Calling MPI_Test provides the MPI implementation with an opportunity to progress it's internal communication queues. However, an implementation could try