Skip to content

Improve the supernode.py script

Tom Cornebize requested to merge Ezibenroc/simgrid:topo_simplification into master
  • Add a --simplify option to remove the "link" vertices from the graph (and thus have a smaller visualization).
  • Output file name is now a command line argument.
  • Intermediate files are now put in a temporary directory, instead of the working directory.
  • Better error display.

Merge request reports