MPI_Win_create
int MPI_Win_create(void *, MPI_Aint, int, MPI_Info, MPI_Comm, MPI_Win *);
Allows each task in an intra-communicator group to specify a "window" in its memory that is made accessible to accesses by remote tasks.