Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 669 Bytes

File metadata and controls

9 lines (7 loc) · 669 Bytes

Description

This is a modification of the package https://github.com/daschw/SankeyPlots.jl as to fix the position of the graph elements in order to plot BSP-schedules. Each row represents a processor and each column a superstep. The width of a block represents the workload said processor in said superstep and is to scale. Inter-processor communication is displayed in Sankey-style but is not to scale! Note intra-processor communication is zero in the BSP-schedule.

Known issue

If the number of supersteps is too large, the png is just blank or cropped off. If that is the case, make the size of the plot smaller in SankeyPlots_version.jl at the marked place.