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: SHAREABLE. The SHARABLE directive declares that the variables referred to are to be shared by threads in a parallel region; therefore, the variables must be kept consistent across the nodes of the cluster.
Cluster OpenMP* is supported on Linux* systems running on processors based on IA-64 or Intel® 64 architectures.
For more information about starting to use Cluster OpenMP, the supported compiler options, and associated tools, refer to the Cluster OpenMP* Getting Started Guide and the Cluster OpenMP* User’s Guide. Both documents are included with the compiler documentation in the <install-dir>/doc/cluster_omp_docs/ directory.