ucx icon indicating copy to clipboard operation
ucx copied to clipboard

Unified Communication X (mailing list - https://elist.ornl.gov/mailman/listinfo/ucx-group)

Results 413 ucx issues
Sort by recently updated
recently updated
newest added

### Describe the bug When running osu_bibw or osu_bw Host to Device with 2 processes on the same node, I get the assert: rndv.c:1719 Assertion `sreq->send.rndv.lanes_count > 0' failed The...

Bug

https://github.com/openucx/ucx/blob/ac479601fba6b5d696d95acca204c048b23673af/.clang-format#L121

### Describe the bug `ucx_info -d` output for knem shows a bizarrely huge registration time cost not seen in git HEAD version ### Setup and versions - OS version (e.g...

Bug

### Describe the bug ucp_mem_map returns success as long as some memory domain succeeds to register the given region. This is misleading for the caller of ucp_mem_map because for instance,...

Bug

I am testing HPCX 2.10 (UCX 1.12, OpenMPI 4.1.2rc4) on a 2-socket EPYC 7742 system using `osu_bibw` benchmark. I test the in-node bandwidth: both ranks are started on the same...

Bug

### Describe the bug During analyses of figuring out low StarCCM application performance, we did some testing with IMB-MPI1 AlltoAll and noticed extremely low performance with UCX communication. Both OpenMPI...

Bug

### Describe the bug UCP tag match performance of host-to-GPU is 1/5 than that of GPU-to-host, for both intra-node and inter-node. ### Steps to Reproduce - Command line ``` ucx_perftest...

Bug

### Describe the bug `ucx_info -d` reports much slower registration cost for `knem` on a64fx platform after an upgrade from CentOS 8.4 to Rocky 8.4. Not seen with released ucx...

Bug

## Why As discussed in #7194 and #7110 , need to add memory hooks support for cuda async allocations. Without this, applications using these allocations may fail to detect Cuda...

### Describe the bug Using active messaging (`ucp_am_send_nbx`) on the same ~(TCP)~ endpoint from withing two different threads results in a failed assertion, although the library is compiled with multithreading...

Bug