Skip to content

Commit eb93044

Browse files
committed
stdpar: Set UCX log level to warn to suppress warnings about UCX cuda_copy failures.
1 parent 7f0f089 commit eb93044

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tutorials/stdpar/brev/docker-recipe.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@
3838
# We do not need VFS for the exercises, and using it from a container in a 'generic' way is not trivial:
3939
'UCX_VFS_ENABLE': 'n',
4040

41+
# Suppress warnings about UCX `cuda_copy` failures.
42+
'UCX_LOG_LEVEL': 'warn',
43+
4144
# Allow HPC-X to oversubscribe the CPU with more ranks than cores without using mpirun --oversubscribe
4245
'OMPI_MCA_rmaps_base_oversubscribe' : 'true',
4346

0 commit comments

Comments
 (0)