8.2.5. _gfortran_caf_image_status
8.2.5 _gfortran_caf_image_status — Query the status of an image
- Description:
-
Get the status of the image given by the id image of the team given by team. Valid results are zero, for image is ok,
STAT_STOPPED_IMAGE
from the ISO_FORTRAN_ENV module to indicate that the image has been stopped andSTAT_FAILED_IMAGE
also from ISO_FORTRAN_ENV to indicate that the image has executed aFAIL IMAGE
statement. - Syntax:
-
int _gfortran_caf_image_status (int image, caf_team_t * team)
- Arguments:
-
image the positive scalar id of the image in the current TEAM. team登录查看完整内容