Next: , Previous: Compiling C Programs, Up: Analyzing C Programs


6.2 Running C Programs

To run your instrumented application, use the ppwrun command in front of your application's run command invocation. Note that you must recompile your application first; for more information please see Compiling C Programs.

For instance, if you normally run your application using the following command:

     $ ./myapp 1 2 3

you would use this command instead:

     $ ppwrun --output=myapp.par ./myapp 1 2 3

For more information on the ppwrun command, please see ppwrun.