Loading
feat(scripts): add --prescreen mode to find busiest congestion windows
Fast full-dataset sweep-line scan over the entire Lassen telemetry
(2018-08-22 → 2020-11-18) that ranks the top N non-overlapping candidate
windows before committing to the heavy fat-tree routing pass.
Two scoring modes:
--prescreen node-count proxy (seconds, allocation CSV only)
--prescreen --prescreen-ib IB-weighted score (node × norm_ib_rate,
loads node history CSV, ~1 min)
Also adds --prescreen-window (default 7 days) and --prescreen-top (default 10).
Co-Authored-By:
Claude Sonnet 4.6 <noreply@anthropic.com>