Skip to content
Snippets Groups Projects
Commit 70cd85e6 authored by Damian Alvarez's avatar Damian Alvarez
Browse files

To make sure that managed buffers also get transferred via NVlink

parent 8157eb78
No related branches found
No related tags found
No related merge requests found
......@@ -20,6 +20,9 @@ modextravars = {
# It actually has the side effect of using Ethernet and IB ports on JUSUF, which end up saturating the ethernet
# fabric and result in a slow down
'UCX_MAX_RNDV_RAILS': '1',
# To make sure that transfers involving buffers allocated with cudaMallocManaged are done by the GPU. Important
# mostly for nodes with multiple GPUs per ndoe
'UCX_RNDV_FRAG_MEM_TYPE': 'cuda',
}
moduleclass = 'system'
......@@ -20,6 +20,9 @@ modextravars = {
# It actually has the side effect of using Ethernet and IB ports on JUSUF, which end up saturating the ethernet
# fabric and result in a slow down
'UCX_MAX_RNDV_RAILS': '1',
# To make sure that transfers involving buffers allocated with cudaMallocManaged are done by the GPU. Important
# mostly for nodes with multiple GPUs per ndoe
'UCX_RNDV_FRAG_MEM_TYPE': 'cuda',
}
moduleclass = 'system'
......@@ -20,6 +20,9 @@ modextravars = {
# It actually has the side effect of using Ethernet and IB ports on JUSUF, which end up saturating the ethernet
# fabric and result in a slow down
'UCX_MAX_RNDV_RAILS': '1',
# To make sure that transfers involving buffers allocated with cudaMallocManaged are done by the GPU. Important
# mostly for nodes with multiple GPUs per ndoe
'UCX_RNDV_FRAG_MEM_TYPE': 'cuda',
}
moduleclass = 'system'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment