File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed
easystacks/software.eessi.io/2025.06/rebuilds Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change 1+ # With an update to CUDA driver R575 or newer UCX fails to create a registration cache
2+ # This cache is essential to prevent having to pin memory for every individual data
3+ # transfer. Pinning memory for every individual transfer introduces a high overhead on
4+ # every transfer, crippling performance
5+ # A patch was introduced to solve the issue, this rebuild reinstalls UCX with that patch.
6+ # More information, see https://gitlab.com/eessi/support/-/issues/209
7+ easyconfigs :
8+ - UCX-1.16.0-GCCcore-13.3.0.eb :
9+ options :
10+ # see https://github.com/easybuilders/easybuild-easyconfigs/pull/24388
11+ from-commit : d438adc699f5ff35d866d9045f0aae663a0913cb
12+ - UCX-1.18.0-GCCcore-14.2.0.eb :
13+ options :
14+ # see https://github.com/easybuilders/easybuild-easyconfigs/pull/24388
15+ from-commit : d438adc699f5ff35d866d9045f0aae663a0913cb
You can’t perform that action at this time.
0 commit comments