Starting an MPI Debugging Session

To start a new MPI job under the debugger's control:

When the debugger starts your parallel application, it detects and attaches to all of your application's processes. At this point, your application stops before executing any user code and the debugger displays a prompt.

You can now set any necessary breakpoints and use the continue command to continue the execution of your application.



Submit feedback on this help topic

Copyright © 1996-2010, Intel Corporation. All rights reserved.