Next: _gfortran_caf_failed_images, Previous: _gfortran_caf_num_images, Up: Function ABI Documentation
_gfortran_caf_image_status
— Query the status of an imageSTAT_STOPPED_IMAGE
from the ISO_FORTRAN_ENV module to indicate that the image has been stopped and
STAT_FAILED_IMAGE
also from ISO_FORTRAN_ENV to indicate that the image
has executed a FAIL IMAGE
statement.
int _gfortran_caf_image_status (int image, caf_team_t * team)
image | the positive scalar id of the image in the current TEAM.
|
team | optional; team on the which the inquiry is to be
performed.
|