Raul Akhmetshin
Raul Akhmetshin
Which version of Go do you use? As a workaround you can disable Go bindings adding `--without-go` to your configure command line.
Hi, I noticed that when you set `UCX_RNDV_THRESH=8192`, you didn't set `UCX_TLS=sm,rc_x`. I guess that in the case of `UCX_RNDV_THRESH=8192`, the reason was the use of different transport by the...
/azp run UCX PR
> shall we add some unit tests for this? Since the feature should be tested using `__device__ ` variable, `nvcc` compiler is required. Thus, I added a test as a...
rc transports can use GPU direct RDMA feature. The default value of UCX_IB_GPU_DIRECT_RDMA is 'try'. This means that GPU direct RDMA will be used if UCX finds the necessary driver...
Please try to share process IDs between containers. E.g. add the following option to the command running the first docker: ``` --name docker_1 ``` , and to the second CL:...
Yes, UCC is a communication library that provides interfaces for collective operations. UCC uses UCX as one of the possible transports for point-to-point communications. I guess the reason two processes...
Hi, UCX libraries cannot be found according to the error message. You can verify this using `ldd` command. E.g. ``` $ ldd /lib/openmpi/mca_pml_ucx.so ``` If the output of the command...
> Currently the fastest full command that I have been able to get to work has been..... > > mpirun -np 8 --mca btl vader,openib,self --bind-to core --mca opal_warn_on_missing_libcuda 0...