+26
−0
scripts/plot_dragonfly_congestion.py
0 → 100644
+504
−0
File added.
Preview size limit exceeded, changes collapsed.
Loading
- scripts/plot_dragonfly_congestion.py: new standalone script that reads
a link-loads CSV (src,dst,bytes) and outputs a chord diagram PNG showing
per-group intra/inter-group link utilization colored by the plasma colormap.
Supports --demo mode for synthetic data, --system for raps YAML config,
and --label-size for group label font size (default 12).
- raps/network/__init__.py: add NetworkModel.dump_link_loads() to export
global_link_loads to CSV for use with the visualization script.
Co-Authored-By:
Claude Sonnet 4.6 <noreply@anthropic.com>
File added.
Preview size limit exceeded, changes collapsed.