Cluster OpenMP* Support (Linux*)

Cluster OpenMP* is an add-on to the Intel® compilers that allows you to run an OpenMP program on a set of distributed symmetric multi-processors.

All OpenMP directives are supported as well as one additional directive: SHARABLE. The SHARABLE directive declares that listed variables are kept consistent between the processes.

Syntax

!DIR OMP SHARABLE (<list>)

Cluster OpenMP is supported on Linux* systems running on IA-64 or Intel® 64 architectures.

For more information about using Cluster OpenMP, the supported compiler options, and associated tools, refer to the Cluster OpenMP* User Manual, which is included with the compiler documentation in the <install-dir>/doc/cluster_omp_docs/ directory.

See Included Samples for information about Cluster OpenMP samples included with the compiler.