On Dec 17, 2015, at 8:57 AM, Eric Chamberland 
<eric.chamberl...@giref.ulaval.ca> wrote:
> 
> But I would like to know if the MPI I am using is able to do message 
> progression or not: So how do an end-user like me can knows that? Does-it 
> rely on hardware?  Is there a #define by OpenMPI that one can uses into his 
> code?

An MPI program *must* call MPI_Test or MPI_Wait to complete a non-blocking 
request -- it's not optional.

For performance portability, it's likely a good idea to have some calls to 
MPI_Test*() periodically.

-- 
Jeff Squyres
jsquy...@cisco.com
For corporate legal information go to: 
http://www.cisco.com/web/about/doing_business/legal/cri/

Reply via email to