Go to main content
Oracle® Developer Studio 12.6: Debugging a Program with dbx

Exit Print View

Updated: June 2017
 
 
Chapter 12

Debugging OpenMP Programs

The OpenMP application programming interface (API) is a portable, parallel programming model for shared memory multiprocessor architectures, developed in collaboration with a number of computer vendors. Support for debugging Fortran, C++, and C OpenMP programs with dbx is based on the general multithreaded debugging features of dbx.

See theOracle Developer Studio 12.6: OpenMP API User’s Guide for information on the directives, runtime library routines, and environment variables comprising the OpenMP Version 4.0 Application Program Interfaces, as implemented by the Oracle Developer Studio Fortran and C compilers.