7.13.1. Persistent Barrier Synchronization

PreviousUpNext
Up: Persistent Collective Operations Next: Persistent Broadcast Previous: Persistent Collective Operations

MPI_BARRIER_INIT(comm, info, request)
IN commcommunicator (handle)
IN infoinfo argument (handle)
OUT requestcommunication request (handle)
C binding
int MPI_Barrier_init(MPI_Comm comm, MPI_Info info, MPI_Request *request)
Fortran 2008 binding
MPI_Barrier_init(comm, info, request, ierror)

TYPE(MPI_Comm), INTENT(IN) :: comm
TYPE(MPI_Info), INTENT(IN) :: info
TYPE(MPI_Request), INTENT(OUT) :: request
INTEGER, OPTIONAL, INTENT(OUT) :: ierror
Fortran binding
MPI_BARRIER_INIT(COMM, INFO, REQUEST, IERROR)

INTEGER COMM, INFO, REQUEST, IERROR

Creates a persistent collective communication request for the barrier operation.


PreviousUpNext
Up: Persistent Collective Operations Next: Persistent Broadcast Previous: Persistent Collective Operations


Return to MPI-4.1 Standard Index
Return to MPI Forum Home Page

(Unofficial) MPI-4.1 of November 2, 2023
HTML Generated on November 19, 2023