Is MPI_Request global among the MPI processees ?

Posted by debugger on Stack Overflow See other posts from Stack Overflow or by debugger
Published on 2010-05-28T14:25:02Z Indexed on 2010/05/28 15:32 UTC
Read the original article Hit count: 164

Filed under:
|
|
|
|

Hello All,

If i declare a table of MPI_Request ( one request for each CPU ), it will be accessible globally when using for MPI_Isend/MPI_Irecv ?? ( In comparison with MPI_comm that is everywhere accessible after initializing the MPI environment )

Thanks.

© Stack Overflow or respective owner

Related posts about request

Related posts about global