print_partition - print the "dot" format describing the partition graph


print_partition [-h] <file>

Write a file in the format taken by the tool dot. Dot is a tool that, given a description of a graph in a certain format, produces a postscript print of the graph. For more information about dot look in http://www.research.att.com/sw/tools/graphviz.

If no argument is specified on the command line, the output is written to the standard output.

Command options:

-h
Print the command usage.

<file>
Name of file where the partition is to be written in "dot" format.

Last updated on 20050519 00h50