Visible to Intel only — GUID: GUID-0E115F9C-944D-4267-A17A-05E74A5A6C18
Visible to Intel only — GUID: GUID-0E115F9C-944D-4267-A17A-05E74A5A6C18
ERROR Directive for OpenMP
OpenMP* Fortran Compiler Directive: Causes the compiler or runtime system to process an error condition. This feature is only available for ifx.
Syntax
!$OMP ERROR [clause[[,] clause]... ]
clause |
Is one or more of the following:
|
The ERROR directive is a utility directive that causes either the compiler or the runtime system to flag an error condition producing an implementation defined error message.
The directive is pure only if COMPILATION is specified for the AT clause, or the AT clause does not appear. Pure directives can appear in Fortran PURE procedures.
Each clause can appear at most once in the ERROR directive.