7.2.41 _gfortran_caf_sync_team — Synchronize all images of a given team

Synopsis:

void _gfortran_caf_sync_team (caf_team_t team, int *stat, char *errmsg, size_t errmsg_len)

Description:

Blocks execution of the image calling SYNC TEAM until all images of the team given by team have joined the synchronisation call.

Arguments:
teamintent(in) The opaque pointer to an active team
statintent(out) Stores the status STAT= and may be NULL.
errmsgintent(out) When an error occurs, this is set to an error message; may be NULL.
errmsg_lenintent(in) the buffer size of errmsg