Next: , Previous: , Up: Function ABI Documentation   [Contents][Index]


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:
teamoptional; team on the which the inquiry is to be performed.
imageoptional; the kind of the resulting integer array.
NOTES

This function follows TS18508. Because team-functionality is not yet implemented a null-pointer is passed for the team argument at the moment.