MatPartitioningView

Prints the partitioning data structure.

Synopsis

int MatPartitioningView(MatPartitioning  part,Viewer viewer)
Collective on MatPartitioning unless Viewer is VIEWER_STDOUT_SELF

Input Parameters

part -the partitioning context
viewer -optional visualization context

Note

The available visualization contexts include
VIEWER_STDOUT_SELF - standard output (default)
VIEWER_STDOUT_WORLD - synchronized standard output where only the first processor opens the file. All other processors send their data to the first processor to print.

The user can open alternative visualization contexts with

ViewerASCIIOpen() -output to a specified file

Keywords

Partitioning, view

See Also

ViewerASCIIOpen()

Level:intermediate
Location:src/mat/impls/partition/partition.c
Matrix Index
Table of Contents