IntelĀ® Fortran Compiler 18.0 Developer Guide and Reference

Image Control Statements

Execution of an image control statement divides the execution sequence on an image into segments. The following are image control statements:

A SYNC MEMORY statement is executed for all image control statements except CRITICAL, END CRITICAL, LOCK, and UNLOCK.

During an execution of a statement that invokes more than one procedure, at most one invocation can cause execution of an image control statement other than CRITICAL or END CRITICAL.

See Also