8.2.7. _gfortran_caf_stopped_images
8.2.7 _gfortran_caf_stopped_images — Get an array of the indexes of the stopped images
- Description:
-
Get an array of image indexes in the current team that have stopped. The array is sorted ascendingly. When team is not provided the current team is to be used. When kind is provided then the resulting array is of that integer kind else it is of default integer kind. The returns an unallocated size zero array when no images have failed.
- Syntax:
-
int _gfortran_caf_stopped_images (caf_team_t * team, int * kind)
- Arguments:
-
team optional; team on the which the inquiry is to be performed. <