Hi,
To progress one-sided communication right after MPI_RGet function call, I am explicitly calling 'MPI_Test'.
The profiled results show that MPI_Test is blocking the thread.
Is it intended behavior or not?
(I compiled with -mt_mpi flag and enabled MPICH_ASYNC_PROGRESS and I_MPI_RDMA_SCALABLE_PROGRESS too)