Starting TotalView
Depending on the kind of program you are debugging, there are several ways to start TotalView. The simplest method uses the totalview command and your program's name:
totalview exectuable
A similar command can be used to start the CLI:
totalviewcli executable
You can also invoke the CLI by selecting the Tools > Command Line command. The CLI is described in the CLI Guide.
In many cases, the way you will start your program requires that you define an environment, pass in command-line arguments, set the number of processes, and so on. You will find this information in the following places:
See TotalView Command Syntax for complete information on the totalview command.