Changes between Version 10 and Version 11 of ReferenceGuide


Ignore:
Timestamp:
Oct 23, 2012 2:08:51 PM (12 years ago)
Author:
Ted Faber
Comment:

--program to container_image.py

Legend:

Unmodified
Added
Removed
Modified
  • ReferenceGuide

    v10 v11  
    101101 {{{--out=}}}''filename''::
    102102    Save the image in ''filename''
     103 {{{--program=}}}''progranname''::
     104    Use ''programname'' to lay out the graph.  ''programname'' must take a file in [http://graphviz.org/content/dot-language graphviz's dot language].  This is given as the {{{--program}}} option to [http://fedd.deterlab.net/wiki/FeddCommands#fedd_image.py fedd_image.py] internally.  The default is {{{fdp}}} which works well when {{{--partitions}}} is given.
    103105
    104106If neither {{{--topo}}} nor {{{--experiment}}} is given, the first positional parameter is the topdl topology to draw.  If {{{--out}}} is not given the next positional parameter (the first if {{{--topo}}} nor {{{--experiment}}} is given) is the output file.