Sets the control group for the process being added to the group ID specified by
gid. This group must already exist. (The CLI
GROUPS variable contains a list of all groups.)
The host on which the process will run. The CLI launches a TotalView Debugger Server on the host machine if one is not already running there. (See
Chapter 5 and
Chapter 6 in the
TotalView User Guide for information on the server launch commands.)
Names the starter configuration, either a configuration supplied by TotalView or one created and named using the
TV::parallel_configs variable. For information on defining configurations, see
Appendix A ,“MPI Startup”.
Indicates that the next argument is a file name. You need to use this argument if the file name begins with a dash or uses only numeric characters.
Defines a list of MPI ranks to attach to when an MPI job is created or attached to. The list is space-separated; each element can have one of three forms:
rank: specifies that rank only
rank1-rank2: specifies all ranks between rank1 and rank2, inclusive
rank1-rank2:stride: specifies every strideth rank between rank1 and rank2
A rank specification can be either a number or "max" which represents the last rank in the MPI job.
The dload command creates a new TotalView process object for the
executable file and returns its TotalView ID.
Loads the debugging information for the do_this executable into the CLI. After this command completes, the process does not yet exist and no address space or memory is allocated to it.
Loads the debugging information for the do_this executable that is executing on the
other_computer machine into the CLI. This process is placed into group 3.
Does not do what you would expect it to do because the dload command ignores the
focus command. Instead, this does exactly the same thing as the previous example.
Loads another process based on image foo on machine
slowhost. The CLI places this process in the same group as process 2.