Intel® Fortran Compiler Classic and Intel® Fortran Compiler Developer Guide and Reference

ID 767251
Date 11/07/2023
Public

A newer version of this document is available. Customers should click here to go to the newest version.

Visible to Intel only — GUID: GUID-6FABB6F2-8D23-4D05-BC50-40C06B2AEE98

Document Table of Contents

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, EVENT POST, EVENT WAIT, 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.

NOTE:

Collective actions may hang if images have stopped or failed and the other images have not all detected the stop or fail; for more information, see FAILED_IMAGES.