Is MPI_Request global among the MPI processees ?
- by debugger
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.