Process Id Scalars (ProcessIdScalars)
This filter uses colors to show how data is partitioned across processes.
The Process Id Scalars filter assigns a unique scalar value to each piece of the input according to which processor it resides on. This filter operates on any type of data when ParaView is run in parallel. It is useful for determining whether your data is load-balanced across the processors being used. The output data set type is the same as that of the input.

PropertyDescriptionDefault Value(s)Restrictions
Input
(Input)
This property specifies the input to the Process Id Scalars filter.  

The selected object must be the result of the following: sources (includes readers), filters.

The selected dataset must be one of the following types (or a subclass of one of them): vtkDataSet.

 
Random Mode
(RandomMode)
The value of this property determines whether to use random id values for the various pieces. If set to 1, the unique value per piece will be chosen at random; otherwise the unique value will match the id of the process. 0

Only the values 0 and 1 are accepted.