We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
cuda_copy
1 parent 7f0f089 commit eb93044Copy full SHA for eb93044
tutorials/stdpar/brev/docker-recipe.py
@@ -38,6 +38,9 @@
38
# We do not need VFS for the exercises, and using it from a container in a 'generic' way is not trivial:
39
'UCX_VFS_ENABLE': 'n',
40
41
+ # Suppress warnings about UCX `cuda_copy` failures.
42
+ 'UCX_LOG_LEVEL': 'warn',
43
+
44
# Allow HPC-X to oversubscribe the CPU with more ranks than cores without using mpirun --oversubscribe
45
'OMPI_MCA_rmaps_base_oversubscribe' : 'true',
46
0 commit comments