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.)
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 subset_specification that is the empty string (
"") is equivalent to
0-max.
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.