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

ID 767251
Date 9/08/2022
Public

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

Document Table of Contents

NOWAIT Clause

Parallel Directive Clause: Specifies that threads may resume execution before the execution of the region completes.

Syntax

NOWAIT

When you specify this clause, it removes the synchronization barrier implied at the end of the region.

Note that NOWAIT can also be specified as a keyword in several directives.

At most one NOWAIT clause or keyword can appear in a directive that allows the clause or keyword.