Launching Parallel Programs

Topics include:

Creating a parallel launch configuration

  1. Open the run configuration dialog (Run ->Run...) or click the run icon on the tool bar and select Run...
  2. Create a new Parallel Application by clicking "Parallel Application" and then clicking on the "New" button below.

Setting parallel launch configuration parameters

  1. Enter a name for the configuration in the "Name:" field. Here we use the same name as the project, MyCProject.
  2. In the Main Tab:

  1. Select the Arguments tab

  1. Select the Parallel Tab

  1. Select the Debugger Tab

Run the parallel job

  1. Click on the Run button (or hit "Apply" to save these settings if you do not intend to launch immediately.)
  2. The parallel program begins execution...

Continue with Monitoring Parallel Program execution with the PTP Runtime Perspective .

Back to Top | Back to Table of Contents