Thermal-Induced ECC Throttling causing NCCL timeouts
Poor airflow or a dried-out thermal pad on the HBM stack causes the memory to overheat. High temperatures exponentially increase the rate of transient single-bit flips. The hardware ECC engine corrects these on the fly, but the correction logic adds severe latency to memory transactions. This memory starvation delays collective communication, ultimately causing a NCCL timeout.
Poor airflow or a dried-out thermal pad on the HBM stack causes the memory to overheat.
- Symptom
NCCL WARN Call to system function posix_memalign failed- Root cause
- Poor airflow or a dried-out thermal pad on the HBM stack causes the memory to overheat. High temperatures exponentially increase the rate of transient single-bit flips. The hardware ECC engine corrects these on the fly, but the correction logic adds severe latency to memory transactions.
- Recommended fix
- Improve server cooling or repaste HBM ipmitool sensor | grep Fan Lowering the HBM temperature reduces the rate of thermal bit-flips, stopping the ECC engine from throttling memory bandwidth.
- How Denpex helps
- Denpex matches Thermal-Induced ECC Throttling causing NCCL timeouts across every rank in a distributed run and reports which rank failed first, so you act on the initiating node instead of the loudest one.
What this failure is
Thermal-Induced ECC Throttling causing NCCL timeouts is a Environment failure seen during ML training runs. Poor airflow or a dried-out thermal pad on the HBM stack causes the memory to overheat. High temperatures exponentially increase the rate of transient single-bit flips. The hardware ECC engine corrects these on the fly, but the correction logic adds severe latency to memory transactions. This memory starvation delays collective communication, ultimately causing a NCCL timeout. Common tags: Thermal Stress On HBM.
Is this what broke your run? Paste your log.
You're reading about Thermal-Induced ECC Throttling causing NCCL timeouts. Paste your own crash log or traceback below and get the real root cause for YOUR run, not this generic entry. No account, no card. Logs are masked at ingress and never saved to account history.
Want 14 days on the Scale plan?
Request an evaluation code. A verified workplace organization activates up to 50 diagnoses a day, alerts, history, and follow-up questions. No credit card or automatic subscription.
Why it happens (the mechanism)
The immediate error is a NCCL timeout, which strongly points to an InfiniBand, RoCE, or networking switch issue. The root cause is entirely thermal/memory related.
What you'll observe
- NCCL WARN Call to system function posix_memalign failed
- NCCL WARN Timeout waiting for data
Common symptoms and what they mean
| Symptom | Why it happens |
|---|---|
| During heavy All-Reduce operations, training stalls and NCCL timeouts occur. | Poor airflow or a dried-out thermal pad on the HBM stack causes the memory to overheat. High temperatures exponentially increase the rate of transient single-bit flips. The hardware ECC engine corrects these on the fly, but the correction logic adds severe latency to memory transactions. This memory starvation delays collective communication, ultimately causing a NCCL timeout. |
| The issue consistently happens on the same physical node during peak workload. | Poor airflow or a dried-out thermal pad on the HBM stack causes the memory to overheat. High temperatures exponentially increase the rate of transient single-bit flips. The hardware ECC engine corrects these on the fly, but the correction logic adds severe latency to memory transactions. This memory starvation delays collective communication, ultimately causing a NCCL timeout. |
| nvidia-smi shows the memory temperature (not just GPU core temp) hovering near or above 95°C. | Poor airflow or a dried-out thermal pad on the HBM stack causes the memory to overheat. High temperatures exponentially increase the rate of transient single-bit flips. The hardware ECC engine corrects these on the fly, but the correction logic adds severe latency to memory transactions. This memory starvation delays collective communication, ultimately causing a NCCL timeout. |
Which systems are affected
- PyTorch FSDP
- NCCL
- Hardware cooling
How to confirm this is the problem
Use this checklist to test the hypothesis against a small reproduction. No single line proves the root cause, so preserve the preceding events and compare one variable at a time.
- ✓Run `nvidia-smi -q -d TEMPERATURE` and check 'Memory Operating Temp'.
- ✓Run `nvidia-smi -q -d ECC` and look for a steady stream of Correctable Errors correlating with high temps.
- ✓Check server fan RPM and intake air temperatures.
Searchable error signature
NCCL WARN Call to system function posix_memalign failed
NCCL WARN Timeout waiting for data
nvidia-smi shows the memory temperature (not just GPU core temp) hovering near or above 95°C.Use this text as a lookup key in logs and upstream issue trackers. It is not presented as a captured customer log. Confirm the cause from your own preceding events, versions, configuration and the cited references.
The fix and the prevention pattern
The root cause is on this page and stays free. A free account adds the exact remediation steps, saved history, and the fix on every entry in the encyclopedia.
Sign up free. Unlock the full analysisNo credit card. Daily allowance follows verified trust tier. Instant access.
Diagnose this failure in VS Code
Select the traceback or open the failed terminal, then run Denpex locally to see the initiating rank, collateral failures, exact fix, and verification command without uploading the log.
Install the free VS Code extensionNCCL errors in context
NCCL is where a distributed job reports failure, which is not the same as where it failed. The hub lists every common NCCL error next to what it actually indicates, and the environment variables that tell them apart.
Compare every nccl error side by sideRoot cause
- Poor airflow or a dried-out thermal pad on the HBM stack causes the memory to overheat. High temperatures exponentially increase the rate of transient single-bit flips. The hardware ECC engine corrects these on the fly, but the correction logic adds severe latency to memory transactions. This memory starvation delays collective communication, ultimately causing a NCCL timeout.
The fix and how to prevent it
Evaluate Denpex on your own logs
Request a Scale evaluation code. A verified workplace organization activates 14 days with up to 50 diagnoses a day. Every account keeps its current diagnosis allowance and gets a verification path. No card or automatic subscription.
References
Don't just read the fix, diagnose your run
The encyclopedia tells you what went wrong. Denpex tells you what went wrong in YOUR training run. With your logs, your config, and your stack.