update mpich linux
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
.TH MPI_Win_create 3 "11/10/2017" " " "MPI"
|
||||
.TH MPI_Win_create 3 "6/5/2019" " " "MPI"
|
||||
.SH NAME
|
||||
MPI_Win_create \- Create an MPI Window object for one-sided communication
|
||||
.SH SYNOPSIS
|
||||
.nf
|
||||
int MPI_Win_create(void *base, MPI_Aint size, int disp_unit, MPI_Info info,
|
||||
MPI_Comm comm, MPI_Win *win)
|
||||
int MPI_Win_create(void *base, MPI_Aint size, int disp_unit, MPI_Info info,
|
||||
MPI_Comm comm, MPI_Win * win)
|
||||
.fi
|
||||
|
||||
This is a collective call executed by all processes in the group of comm. It
|
||||
|
||||
Reference in New Issue
Block a user