This tag should be used for questions concerning the one-sided communication mode of MPI, also known as MPI RMA.
MPI RMA (Remote Memory Access) allows MPI ranks to make use of one-sided get/set/operate semantics and access directly certain parts of the memory space of other ranks instead of exchanging data with those via the classical send/receive message passing.