Go to main content
Oracle® Developer Studio 12.6: OpenMP API User's Guide

Exit Print View

Updated: June 2017
 
 

1.1 Supported OpenMP Specification

This manual describes issues specific to the Oracle Developer Studio implementation of the OpenMP API specification version 4.0 (also referred to in this manual as OpenMP 4.0). The specification can be found on the official OpenMP web site at http://www.openmp.org/.


Note -  For the best performance and functionality on Oracle Solaris platforms, make sure that the latest version of the OpenMP runtime library, libmtsk.so, is installed on the running system.

The latest information about the Oracle Developer Studio compiler releases and their implementation of the OpenMP API can be found on the Oracle Developer Studio portal at http://www.oracle.com/technetwork/server-storage/developerstudio.


Note -  This release of Oracle Developer Studio fully supports the OpenMP 4.0 specification. However, the following should be noted:
  • SIMD constructs are accepted. However, SIMD constructs may not result in the use of any SIMD instructions.

  • Device constructs are accepted. However, all code will be executed on the host device. The only device available is the host device.