<partition_tracker_comp>.insert-empty-partition <partition_tracker_comp>.remove-partition
Simics Reference Manual  /  3 Commands  /  3.2 Command List  / 

<partition_tracker_comp>.insert-tracker

Synopsis

<partition_tracker_comp>.insert-tracker "tracker" [parameters] ["name"] ("partition"|node) [cpus]

Description

Create and insert a new child tracker component.

The tracker will be configured as a child tracker of this tracker.

The tracker argument specifies the tracker component to be inserted.

The optional parameters argument is used to set parameters for the inserted tracker. This should be an existing file with the configuration parameters for that tracker.

The name argument can be used to specify the component name in the component hierarchy. If this argument is ignored a default component name set by the component will be used.

The partition argument is used to specify the partition name. This is required if the partition is not inserted on an empty node. In that case the node argument is used to insert a tracker on an existing node for an empty partition. The node should be given as a node path pattern or a node number.

The cpus argument is a list of processors to be assigned to the added partition. This argument is required if the partition argument is used and should only be used in that case, when then node argument is used that partition should already have processors assigned to it.

Provided By

partition-tracker
<partition_tracker_comp>.insert-empty-partition <partition_tracker_comp>.remove-partition