Lines Matching refs:images
183 msg = "Failed to allocate coarray - there are stopped images";
213 "there are stopped images";
258 msg = "SYNC ALL failed - there are stopped images";
276 /* SYNC IMAGES. Note: SYNC IMAGES(*) is passed as count == -1 while
277 SYNC IMAGES([]) has count == 0. Note further that SYNC IMAGES(*)
280 _gfortran_caf_sync_images (int count, int images[], int *stat, char *errmsg,
284 if (count == 0 || (count == 1 && images[0] == caf_this_image))
296 if (images[i] < 1 || images[i] > caf_num_images)
299 "IMAGES", images[i]);
305 /* FIXME: SYNC IMAGES with a nontrivial argument cannot easily be
309 fprintf (stderr, "COARRAY ERROR: SYNC IMAGES not yet implemented");
313 /* Handle SYNC IMAGES(*). */
326 msg = "SYNC IMAGES failed - there are stopped images";
328 msg = "SYNC IMAGES failed";
344 /* ERROR STOP the other images. */