File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed
Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -465,6 +465,7 @@ See this :ref:`Slurm troubleshooting section <mem-not-avail>` for help
465465with this error.
466466
467467
468+ .. _ex-register-too-much-mem :
468469
469470OFI error: fi_mr_reg(ofi_domain, ...): Cannot allocate memory
470471~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -482,6 +483,16 @@ Note that changing this environment variable, as with any
482483recompiling your program.
483484
484485
486+ Detected 1 oom_kill event in StepId=.... Some of the step tasks have been OOM Killed
487+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
488+
489+ This error is also a sign that the Chapel runtime is being too aggressive in
490+ registering memory, or that something else is going wrong in the memory
491+ registration.
492+
493+ See :ref: `the previous section <ex-register-too-much-mem >` for steps to work
494+ around this error.
495+
485496OFI error: fi_enable(tcip->txCtx): Invalid resource domain
486497~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
487498
You can’t perform that action at this time.
0 commit comments