Interpret Results
Get a report
Report structure
Status values
Bandwidth results
- Measured bus bandwidth (GB/s) per collective
- Expected threshold for the detected GPU architecture
- Pass/fail per operation
Below-threshold results indicate a network issue — degraded link, misconfigured EFA/RoCE, or faulty NIC.
Goodput results
- Goodput ratio (0.0–1.0) — fraction of time the job was making useful forward progress
- Expected minimum from the catalog entry
- A ratio below ~0.95 suggests stalls, slow nodes, or framework overhead
Failed nodes
Failed nodes are stored in a ConfigMap referenced by status.categoryStatuses[].failedNodesRef for each category. The Job tier records them inline on status.failedNodes; the Workflow and Certification tiers persist them to ConfigMaps.
Or use the CLI for a formatted report:
CRE records which nodes failed and why — it does not taint or cordon them. To quarantine a failed node:
After repair, uncordon the node and re-run the relevant category to confirm it passes.