Hello people, I want to use MPI-Get asynchronously, is it possible ? The scenario is like, the process will initiate an MPI-Get call asynchronously for some data from neighbouring processes and will continue with its work and it may check at the end of performing the computation whether the data is reached or not then it will operate on that data. Someone please inform me how can I accomplish this.
regards, Mudassar Majeed.