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 also supported 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.