Calling error stop from C

ERROR STOP is to explicitly initiate error termination with coarray programms and thus, to stop execution of a coarray app on all images as soon as possible.

Advanced coarray programming, on the other hand, should rather seek to avoid error termination (by using stat= specifiers).

1 Like