Skip to content

Attempt to make dependency plots more readable

Mladen Ivkovic requested to merge depencency-plots-coloured-arrows into master

Dear all I've been trying to make the dependency plots script produce graphs that are more readable than the current situation. So far, I tried:

  • colour in the edges
  • increase font size for nodes
  • increase node line width
  • give clusters a touch of a background colour
  • give MPI tasks a touch of a background colour
  • increase spacing between nodes

Please let me know what you think, particularly so if you have any better ideas.

For comparison: EAGLE_6 with MPI before: dependency_graph

and after: dependency_graph-new

Edited by Mladen Ivkovic

Merge request reports