Preparing a Program for Parallel Debugging

You must enable the Intel® Compiler to instrument your code for parallel debugging in order to use the Intel® Debugger's parallel debugging features, such as analyzing shared data or breaking at re-entrant function calls.

To enable parallel debug instrumentation:

  1. If you have a makefile, open it for editing.
  2. Add the compiler option -debug parallel to the compilation command line.
  3. Rebuild your application.

Your application is now instrumented for parallel debugging with the Intel® Debugger.


Submit feedback on this help topic

Copyright © 2001-2011, Intel Corporation. All rights reserved.