a1e787 ucx-1.8.0 base

Merged and Committed by Packit Service 4 years ago
830 files changed. 332824 lines added. 0 lines removed.
AUTHORS
file added
+101
LICENSE
file added
+35
Makefile.am
file added
+102
Makefile.in
file added
+1235
NEWS
file added
+347
README
file added
+182
aclocal.m4
file added
+1234
bindings/java/Makefile.am
file added
+18
bindings/java/Makefile.in
file added
+780
bindings/java/README.md
file added
+10
bindings/java/checkstyle.xml
file added
+68
bindings/java/pom.xml.in
file added
+365
bindings/java/src/main/java/org/openucx/jucx/NativeLibs.java
file added
+214
bindings/java/src/main/java/org/openucx/jucx/UcxCallback.java
file added
+20
bindings/java/src/main/java/org/openucx/jucx/UcxException.java
file added
+20
bindings/java/src/main/java/org/openucx/jucx/UcxNativeStruct.java
file added
+29
bindings/java/src/main/java/org/openucx/jucx/UcxParams.java
file added
+25
bindings/java/src/main/java/org/openucx/jucx/UcxUtils.java
file added
+42
bindings/java/src/main/java/org/openucx/jucx/examples/UcxBenchmark.java
file added
+105
bindings/java/src/main/java/org/openucx/jucx/examples/UcxReadBWBenchmarkReceiver.java
file added
+111
bindings/java/src/main/java/org/openucx/jucx/examples/UcxReadBWBenchmarkSender.java
file added
+70
bindings/java/src/main/java/org/openucx/jucx/ucp/UcpConnectionRequest.java
file added
+18
bindings/java/src/main/java/org/openucx/jucx/ucp/UcpConstants.java
file added
+123
bindings/java/src/main/java/org/openucx/jucx/ucp/UcpContext.java
file added
+89
bindings/java/src/main/java/org/openucx/jucx/ucp/UcpEndpoint.java
file added
+288
bindings/java/src/main/java/org/openucx/jucx/ucp/UcpEndpointParams.java
file added
+105
bindings/java/src/main/java/org/openucx/jucx/ucp/UcpListener.java
file added
+45
bindings/java/src/main/java/org/openucx/jucx/ucp/UcpListenerConnectionHandler.java
file added
+20
bindings/java/src/main/java/org/openucx/jucx/ucp/UcpListenerParams.java
file added
+45
bindings/java/src/main/java/org/openucx/jucx/ucp/UcpMemMapParams.java
file added
+72
bindings/java/src/main/java/org/openucx/jucx/ucp/UcpMemory.java
file added
+109
bindings/java/src/main/java/org/openucx/jucx/ucp/UcpParams.java
file added
+143
bindings/java/src/main/java/org/openucx/jucx/ucp/UcpRemoteKey.java
file added
+38
bindings/java/src/main/java/org/openucx/jucx/ucp/UcpRequest.java
file added
+57
bindings/java/src/main/java/org/openucx/jucx/ucp/UcpWorker.java
file added
+202
bindings/java/src/main/java/org/openucx/jucx/ucp/UcpWorkerParams.java
file added
+162
bindings/java/src/main/java/org/openucx/jucx/ucs/UcsConstants.java
file added
+31
bindings/java/src/main/native/Makefile.am
file added
+109
bindings/java/src/main/native/Makefile.in
file added
+1030
bindings/java/src/main/native/context.cc
file added
+125
bindings/java/src/main/native/endpoint.cc
file added
+237
bindings/java/src/main/native/jucx_common_def.cc
file added
+322
bindings/java/src/main/native/jucx_common_def.h
file added
+103
bindings/java/src/main/native/listener.cc
file added
+65
bindings/java/src/main/native/memory.cc
file added
+45
bindings/java/src/main/native/request.cc
file added
+23
bindings/java/src/main/native/ucp_constants.cc
file added
+87
bindings/java/src/main/native/ucs_constants.cc
file added
+17
bindings/java/src/main/native/worker.cc
file added
+166
bindings/java/src/test/java/org/openucx/jucx/UcpContextTest.java
file added
+52
bindings/java/src/test/java/org/openucx/jucx/UcpEndpointTest.java
file added
+457
bindings/java/src/test/java/org/openucx/jucx/UcpListenerTest.java
file added
+154
bindings/java/src/test/java/org/openucx/jucx/UcpMemoryTest.java
file added
+81
bindings/java/src/test/java/org/openucx/jucx/UcpRequestTest.java
file added
+31
bindings/java/src/test/java/org/openucx/jucx/UcpWorkerTest.java
file added
+169
bindings/java/src/test/java/org/openucx/jucx/UcxTest.java
file added
+25
compile
file added
+348
config.guess
file added
+1486
config.h.in
file added
+942
config.sub
file added
+1790
config/m4/ax_prog_doxygen.m4
file added
+555
config/m4/compiler.m4
file added
+454
config/m4/cuda.m4
file added
+67
config/m4/gdrcopy.m4
file added
+67
config/m4/graphviz.m4
file added
+8
config/m4/gtest.m4
file added
+23
config/m4/java.m4
file added
+82
config/m4/libtool.m4
file added
+8372
config/m4/ltoptions.m4
file added
+437
config/m4/ltsugar.m4
file added
+124
config/m4/ltversion.m4
file added
+23
config/m4/lt~obsolete.m4
file added
+99
config/m4/mpi.m4
file added
+41
config/m4/rocm.m4
file added
+136
config/m4/rte.m4
file added
+16
config/m4/sysdep.m4
file added
+291
config/m4/ucm.m4
file added
+109
config/m4/ucs.m4
file added
+220
config/module.am
file added
+26
configure
file added
+32518
configure.ac
file added
+398
contrib/buildrpm.sh
file added
+105
contrib/configure-devel
file added
+25
contrib/configure-prof
file added
+24
contrib/configure-release
file added
+19
contrib/rpmdef.sh.in
file added
+2
contrib/ucx_perftest_config/README
file added
+3
contrib/ucx_perftest_config/msg_pow2
file added
+35
contrib/ucx_perftest_config/msg_pow2_large
file added
+10
contrib/ucx_perftest_config/test_types_ucp
file added
+36
contrib/ucx_perftest_config/test_types_uct
file added
+23
contrib/ucx_perftest_config/transports
file added
+2
debian/changelog
file added
+5
debian/changelog.in
file added
+5
debian/compat
file added
+1
debian/control
file added
+20
debian/control.in
file added
+20
debian/copyright
file added
+32
debian/rules
file added
+22
debian/rules.in
file added
+22
debian/source/format
file added
+1
debian/ucx.prerm
file added
+7
depcomp
file added
+791
docs/doxygen/doxygen.am
file added
+177
docs/doxygen/header.tex.in
file added
+142
docs/uml/uct.dot
file added
+43
install-sh
file added
+518
ltmain.sh
file added
+11149
missing
file added
+215
src/tools/info/Makefile.am
file added
+46
src/tools/info/Makefile.in
file added
+938
src/tools/info/build_info.c
file added
+37
src/tools/info/proto_info.c
file added
+211
src/tools/info/sys_info.c
file added
+94
src/tools/info/tl_info.c
file added
+597
src/tools/info/type_info.c
file added
+273
src/tools/info/ucx_info.c
file added
+219
src/tools/info/ucx_info.h
file added
+43
src/tools/perf/Makefile.am
file added
+57
src/tools/perf/Makefile.in
file added
+1018
src/tools/perf/api/libperf.h
file added
+230
src/tools/perf/configure.m4
file added
+19
src/tools/perf/cuda/Makefile.am
file added
+17
src/tools/perf/cuda/Makefile.in
file added
+847
src/tools/perf/cuda/configure.m4
file added
+11
src/tools/perf/cuda/cuda_alloc.c
file added
+190
src/tools/perf/lib/Makefile.am
file added
+30
src/tools/perf/lib/Makefile.in
file added
+845
src/tools/perf/lib/configure.m4
file added
+28
src/tools/perf/lib/libperf.c
file added
+1811
src/tools/perf/lib/libperf_int.h
file added
+226
src/tools/perf/lib/ucp_tests.cc
file added
+558
src/tools/perf/lib/uct_tests.cc
file added
+693
src/tools/perf/perftest.c
file added
+1591
src/tools/perf/rocm/Makefile.am
file added
+17
src/tools/perf/rocm/Makefile.in
file added
+847
src/tools/perf/rocm/configure.m4
file added
+11
src/tools/perf/rocm/rocm_alloc.c
file added
+189
src/tools/profile/Makefile.am
file added
+10
src/tools/profile/Makefile.in
file added
+804
src/tools/profile/read_profile.c
file added
+866
src/ucm/Makefile.am
file added
+59
src/ucm/Makefile.in
file added
+1214
src/ucm/api/ucm.h
file added
+454
src/ucm/bistro/bistro.c
file added
+106
src/ucm/bistro/bistro.h
file added
+58
src/ucm/bistro/bistro_aarch64.c
file added
+86
src/ucm/bistro/bistro_aarch64.h
file added
+41
src/ucm/bistro/bistro_int.h
file added
+48
src/ucm/bistro/bistro_ppc64.c
file added
+209
src/ucm/bistro/bistro_ppc64.h
file added
+51
src/ucm/bistro/bistro_x86_64.c
file added
+51
src/ucm/bistro/bistro_x86_64.h
file added
+39
src/ucm/configure.m4
file added
+15
src/ucm/cuda/Makefile.am
file added
+25
src/ucm/cuda/Makefile.in
file added
+857
src/ucm/cuda/configure.m4
file added
+9
src/ucm/cuda/cudamem.c
file added
+466
src/ucm/cuda/cudamem.h
file added
+101
src/ucm/event/event.c
file added
+646
src/ucm/event/event.h
file added
+79
src/ucm/malloc/allocator.h
file added
+16
src/ucm/malloc/malloc_hook.c
file added
+911
src/ucm/malloc/malloc_hook.h
file added
+16
src/ucm/mmap/install.c
file added
+311
src/ucm/mmap/mmap.h
file added
+48
src/ucm/ptmalloc286/malloc-2.8.6.h
file added
+622
src/ucm/ptmalloc286/malloc.c
file added
+6307
src/ucm/rocm/Makefile.am
file added
+26
src/ucm/rocm/Makefile.in
file added
+858
src/ucm/rocm/configure.m4
file added
+10
src/ucm/rocm/rocmmem.c
file added
+199
src/ucm/rocm/rocmmem.h
file added
+28
src/ucm/util/log.c
file added
+282
src/ucm/util/log.h
file added
+38
src/ucm/util/reloc.c
file added
+518
src/ucm/util/reloc.h
file added
+75
src/ucm/util/replace.c
file added
+165
src/ucm/util/replace.h
file added
+130
src/ucm/util/sys.c
file added
+342
src/ucm/util/sys.h
file added
+91
src/ucp/Makefile.am
file added
+113
src/ucp/Makefile.in
file added
+1512
src/ucp/api/ucp.h
file added
+3145
src/ucp/api/ucp_compat.h
file added
+504
src/ucp/api/ucp_def.h
file added
+581
src/ucp/api/ucp_version.h
file added
+22
src/ucp/api/ucp_version.h.in
file added
+22
src/ucp/api/ucpx.h
file added
+26
src/ucp/core/ucp_am.c
file added
+717
src/ucp/core/ucp_am.h
file added
+53
src/ucp/core/ucp_am.inl
file added
+19
src/ucp/core/ucp_context.c
file added
+1696
src/ucp/core/ucp_context.h
file added
+452
src/ucp/core/ucp_ep.c
file added
+2039
src/ucp/core/ucp_ep.h
file added
+507
src/ucp/core/ucp_ep.inl
file added
+229
src/ucp/core/ucp_listener.c
file added
+550
src/ucp/core/ucp_listener.h
file added
+48
src/ucp/core/ucp_mm.c
file added
+754
src/ucp/core/ucp_mm.h
file added
+233
src/ucp/core/ucp_proxy_ep.c
file added
+246
src/ucp/core/ucp_proxy_ep.h
file added
+52
src/ucp/core/ucp_request.c
file added
+420
src/ucp/core/ucp_request.h
file added
+372
src/ucp/core/ucp_request.inl
file added
+563
src/ucp/core/ucp_resource.h
file added
+20
src/ucp/core/ucp_rkey.c
file added
+497
src/ucp/core/ucp_thread.h
file added
+109
src/ucp/core/ucp_types.h
file added
+135
src/ucp/core/ucp_version.c
file added
+18
src/ucp/core/ucp_version.c.in
file added
+18
src/ucp/core/ucp_worker.c
file added
+2202
src/ucp/core/ucp_worker.h
file added
+352
src/ucp/dt/dt.c
file added
+142
src/ucp/dt/dt.h
file added
+64
src/ucp/dt/dt.inl
file added
+134
src/ucp/dt/dt_contig.c
file added
+23
src/ucp/dt/dt_contig.h
file added
+41
src/ucp/dt/dt_generic.c
file added
+50
src/ucp/dt/dt_generic.h
file added
+31
src/ucp/dt/dt_iov.c
file added
+112
src/ucp/dt/dt_iov.h
file added
+101
src/ucp/proto/proto_am.c
file added
+112
src/ucp/proto/proto_am.h
file added
+42
src/ucp/proto/proto_am.inl
file added
+449
src/ucp/rma/amo_basic.c
file added
+104
src/ucp/rma/amo_send.c
file added
+292
src/ucp/rma/amo_sw.c
file added
+313
src/ucp/rma/flush.c
file added
+525
src/ucp/rma/rma.h
file added
+88
src/ucp/rma/rma.inl
file added
+80
src/ucp/rma/rma_basic.c
file added
+127
src/ucp/rma/rma_send.c
file added
+346
src/ucp/rma/rma_sw.c
file added
+305
src/ucp/stream/stream.h
file added
+70
src/ucp/stream/stream_recv.c
file added
+510
src/ucp/stream/stream_send.c
file added
+262
src/ucp/tag/eager.h
file added
+80
src/ucp/tag/eager_rcv.c
file added
+516
src/ucp/tag/eager_snd.c
file added
+350
src/ucp/tag/offload.c
file added
+754
src/ucp/tag/offload.h
file added
+163
src/ucp/tag/probe.c
file added
+53
src/ucp/tag/rndv.c
file added
+1488
src/ucp/tag/rndv.h
file added
+72
src/ucp/tag/tag_match.c
file added
+174
src/ucp/tag/tag_match.h
file added
+120
src/ucp/tag/tag_match.inl
file added
+396
src/ucp/tag/tag_recv.c
file added
+233
src/ucp/tag/tag_send.c
file added
+314
src/ucp/wireup/address.c
file added
+961
src/ucp/wireup/address.h
file added
+154
src/ucp/wireup/ep_match.c
file added
+212
src/ucp/wireup/ep_match.h
file added
+74
src/ucp/wireup/select.c
file added
+1636
src/ucp/wireup/signaling_ep.c
file added
+207
src/ucp/wireup/wireup.c
file added
+1268
src/ucp/wireup/wireup.h
file added
+154
src/ucp/wireup/wireup_cm.c
file added
+890
src/ucp/wireup/wireup_cm.h
file added
+48
src/ucp/wireup/wireup_ep.c
file added
+710
src/ucp/wireup/wireup_ep.h
file added
+98
src/ucs/Makefile.am
file added
+177
src/ucs/Makefile.in
file added
+1963
src/ucs/algorithm/crc.c
file added
+54
src/ucs/algorithm/crc.h
file added
+53
src/ucs/algorithm/qsort_r.c
file added
+187
src/ucs/algorithm/qsort_r.h
file added
+69
src/ucs/arch/aarch64/bitops.h
file added
+34
src/ucs/arch/aarch64/cpu.c
file added
+67
src/ucs/arch/aarch64/cpu.h
file added
+219
src/ucs/arch/aarch64/global_opts.c
file added
+24
src/ucs/arch/aarch64/global_opts.h
file added
+23
src/ucs/arch/atomic.h
file added
+133
src/ucs/arch/bitops.h
file added
+113
src/ucs/arch/cpu.c
file added
+148
src/ucs/arch/cpu.h
file added
+147
src/ucs/arch/generic/atomic.h
file added
+40
src/ucs/arch/generic/cpu.h
file added
+35
src/ucs/arch/global_opts.h
file added
+26
src/ucs/arch/ppc64/bitops.h
file added
+32
src/ucs/arch/ppc64/cpu.h
file added
+101
src/ucs/arch/ppc64/global_opts.c
file added
+24
src/ucs/arch/ppc64/global_opts.h
file added
+25
src/ucs/arch/ppc64/timebase.c
file added
+25
src/ucs/arch/x86_64/atomic.h
file added
+53
src/ucs/arch/x86_64/bitops.h
file added
+40
src/ucs/arch/x86_64/cpu.c
file added
+651
src/ucs/arch/x86_64/cpu.h
file added
+122
src/ucs/arch/x86_64/global_opts.c
file added
+44
src/ucs/arch/x86_64/global_opts.h
file added
+29
src/ucs/async/async.c
file added
+659
src/ucs/async/async.h
file added
+137
src/ucs/async/async_fwd.h
file added
+146
src/ucs/async/async_int.h
file added
+81
src/ucs/async/pipe.c
file added
+63
src/ucs/async/pipe.h
file added
+45
src/ucs/async/signal.c
file added
+608
src/ucs/async/signal.h
file added
+45
src/ucs/async/thread.c
file added
+449
src/ucs/async/thread.h
file added
+21
src/ucs/config/global_opts.c
file added
+271
src/ucs/config/global_opts.h
file added
+138
src/ucs/config/parser.c
file added
+1637
src/ucs/config/parser.h
file added
+448
src/ucs/config/types.h
file added
+121
src/ucs/config/ucm_opts.c
file added
+92
src/ucs/datastruct/arbiter.c
file added
+395
src/ucs/datastruct/arbiter.h
file added
+388
src/ucs/datastruct/callbackq.c
file added
+586
src/ucs/datastruct/callbackq.h
file added
+218
src/ucs/datastruct/frag_list.c
file added
+403
src/ucs/datastruct/frag_list.h
file added
+219
src/ucs/datastruct/khash.h
file added
+693
src/ucs/datastruct/linear_func.h
file added
+53
src/ucs/datastruct/list.h
file added
+193
src/ucs/datastruct/list_types.h
file added
+20
src/ucs/datastruct/mpmc.c
file added
+93
src/ucs/datastruct/mpmc.h
file added
+73
src/ucs/datastruct/mpool.c
file added
+341
src/ucs/datastruct/mpool.h
file added
+251
src/ucs/datastruct/mpool.inl
file added
+85
src/ucs/datastruct/pgtable.c
file added
+678
src/ucs/datastruct/pgtable.h
file added
+258
src/ucs/datastruct/ptr_array.c
file added
+208
src/ucs/datastruct/ptr_array.h
file added
+132
src/ucs/datastruct/queue.h
file added
+278
src/ucs/datastruct/queue_types.h
file added
+33
src/ucs/datastruct/sglib.h
file added
+1952
src/ucs/datastruct/sglib_wrapper.h
file added
+21
src/ucs/datastruct/strided_alloc.c
file added
+187
src/ucs/datastruct/strided_alloc.h
file added
+135
src/ucs/datastruct/string_buffer.c
file added
+140
src/ucs/datastruct/string_buffer.h
file added
+86
src/ucs/datastruct/string_set.c
file added
+144
src/ucs/datastruct/string_set.h
file added
+98
src/ucs/debug/assert.c
file added
+50
src/ucs/debug/assert.h
file added
+111
src/ucs/debug/debug.c
file added
+1394
src/ucs/debug/debug.h
file added
+147
src/ucs/debug/log.c
file added
+357
src/ucs/debug/log.h
file added
+167
src/ucs/debug/memtrack.c
file added
+391
src/ucs/debug/memtrack.h
file added
+146
src/ucs/memory/memory_type.c
file added
+29
src/ucs/memory/memory_type.h
file added
+49
src/ucs/memory/memtype_cache.c
file added
+326
src/ucs/memory/memtype_cache.h
file added
+102
src/ucs/memory/numa.c
file added
+70
src/ucs/memory/numa.h
file added
+65
src/ucs/memory/rcache.c
file added
+744
src/ucs/memory/rcache.h
file added
+192
src/ucs/memory/rcache_int.h
file added
+49
src/ucs/profile/profile.c
file added
+609
src/ucs/profile/profile.h
file added
+20
src/ucs/profile/profile_defs.h
file added
+142
src/ucs/profile/profile_off.h
file added
+31
src/ucs/profile/profile_on.h
file added
+286
src/ucs/stats/client_server.c
file added
+675
src/ucs/stats/libstats.c
file added
+65
src/ucs/stats/libstats.h
file added
+263
src/ucs/stats/serialization.c
file added
+586
src/ucs/stats/stats.c
file added
+783
src/ucs/stats/stats.h
file added
+116
src/ucs/stats/stats_fwd.h
file added
+35
src/ucs/stats/stats_parser.c
file added
+52
src/ucs/sys/checker.h
file added
+61
src/ucs/sys/compiler.h
file added
+103
src/ucs/sys/compiler_def.h
file added
+184
src/ucs/sys/event_set.c
file added
+234
src/ucs/sys/event_set.h
file added
+141
src/ucs/sys/init.c
file added
+104
src/ucs/sys/iovec.c
file added
+106
src/ucs/sys/iovec.h
file added
+64
src/ucs/sys/math.c
file added
+26
src/ucs/sys/math.h
file added
+162
src/ucs/sys/module.c
file added
+260
src/ucs/sys/module.h
file added
+96
src/ucs/sys/preprocessor.h
file added
+154
src/ucs/sys/sock.c
file added
+687
src/ucs/sys/sock.h
file added
+423
src/ucs/sys/string.c
file added
+292
src/ucs/sys/string.h
file added
+203
src/ucs/sys/stubs.c
file added
+74
src/ucs/sys/stubs.h
file added
+39
src/ucs/sys/sys.c
file added
+1255
src/ucs/sys/sys.h
file added
+463
src/ucs/time/time.c
file added
+22
src/ucs/time/time.h
file added
+152
src/ucs/time/time_def.h
file added
+27
src/ucs/time/timer_wheel.c
file added
+98
src/ucs/time/timer_wheel.h
file added
+134
src/ucs/time/timerq.c
file added
+121
src/ucs/time/timerq.h
file added
+119
src/ucs/type/class.c
file added
+70
src/ucs/type/class.h
file added
+319
src/ucs/type/cpu_set.h
file added
+77
src/ucs/type/init_once.c
file added
+17
src/ucs/type/init_once.h
file added
+57
src/ucs/type/spinlock.h
file added
+113
src/ucs/type/status.c
file added
+77
src/ucs/type/status.h
file added
+125
src/ucs/type/thread_mode.h
file added
+27
src/uct/Makefile.am
file added
+73
src/uct/Makefile.in
file added
+1434
src/uct/api/tl.h
file added
+416
src/uct/api/uct.h
file added
+3149
src/uct/api/uct_def.h
file added
+601
src/uct/api/version.h
file added
+22
src/uct/api/version.h.in
file added
+22
src/uct/base/uct_cm.c
file added
+206
src/uct/base/uct_cm.h
file added
+101
src/uct/base/uct_component.c
file added
+130
src/uct/base/uct_component.h
file added
+184
src/uct/base/uct_iface.c
file added
+615
src/uct/base/uct_iface.h
file added
+728
src/uct/base/uct_log.h
file added
+31
src/uct/base/uct_md.c
file added
+431
src/uct/base/uct_md.h
file added
+146
src/uct/base/uct_mem.c
file added
+434
src/uct/base/uct_worker.c
file added
+131
src/uct/base/uct_worker.h
file added
+98
src/uct/configure.m4
file added
+15
src/uct/cuda/Makefile.am
file added
+41
src/uct/cuda/Makefile.in
file added
+1146
src/uct/cuda/base/cuda_iface.c
file added
+17
src/uct/cuda/base/cuda_iface.h
file added
+75
src/uct/cuda/base/cuda_md.c
file added
+80
src/uct/cuda/base/cuda_md.h
file added
+20
src/uct/cuda/configure.m4
file added
+12
src/uct/cuda/cuda_copy/cuda_copy_ep.c
file added
+175
src/uct/cuda/cuda_copy/cuda_copy_ep.h
file added
+44
src/uct/cuda/cuda_copy/cuda_copy_iface.c
file added
+298
src/uct/cuda/cuda_copy/cuda_copy_iface.h
file added
+44
src/uct/cuda/cuda_copy/cuda_copy_md.c
file added
+167
src/uct/cuda/cuda_copy/cuda_copy_md.h
file added
+29
src/uct/cuda/cuda_ipc/cuda_ipc_cache.c
file added
+283
src/uct/cuda/cuda_ipc/cuda_ipc_cache.h
file added
+48
src/uct/cuda/cuda_ipc/cuda_ipc_ep.c
file added
+176
src/uct/cuda/cuda_ipc/cuda_ipc_ep.h
file added
+36
src/uct/cuda/cuda_ipc/cuda_ipc_iface.c
file added
+470
src/uct/cuda/cuda_ipc/cuda_ipc_iface.h
file added
+64
src/uct/cuda/cuda_ipc/cuda_ipc_md.c
file added
+332
src/uct/cuda/cuda_ipc/cuda_ipc_md.h
file added
+71
src/uct/cuda/gdr_copy/Makefile.am
file added
+27
src/uct/cuda/gdr_copy/Makefile.in
file added
+889
src/uct/cuda/gdr_copy/configure.m4
file added
+10
src/uct/cuda/gdr_copy/gdr_copy_ep.c
file added
+105
src/uct/cuda/gdr_copy/gdr_copy_ep.h
file added
+37
src/uct/cuda/gdr_copy/gdr_copy_iface.c
file added
+147
src/uct/cuda/gdr_copy/gdr_copy_iface.h
file added
+25
src/uct/cuda/gdr_copy/gdr_copy_md.c
file added
+438
src/uct/cuda/gdr_copy/gdr_copy_md.h
file added
+71
src/uct/ib/Makefile.am
file added
+149
src/uct/ib/Makefile.in
file added
+1612
src/uct/ib/base/ib_device.c
file added
+1079
src/uct/ib/base/ib_device.h
file added
+322
src/uct/ib/base/ib_iface.c
file added
+1241
src/uct/ib/base/ib_iface.h
file added
+593
src/uct/ib/base/ib_log.c
file added
+343
src/uct/ib/base/ib_log.h
file added
+101
src/uct/ib/base/ib_md.c
file added
+1657
src/uct/ib/base/ib_md.h
file added
+406
src/uct/ib/base/ib_verbs.h
file added
+304
src/uct/ib/cm/Makefile.am
file added
+24
src/uct/ib/cm/Makefile.in
file added
+871
src/uct/ib/cm/cm.h
file added
+144
src/uct/ib/cm/cm_ep.c
file added
+255
src/uct/ib/cm/cm_iface.c
file added
+493
src/uct/ib/cm/configure.m4
file added
+33
src/uct/ib/configure.m4
file added
+444
src/uct/ib/dc/dc_mlx5.c
file added
+1271
src/uct/ib/dc/dc_mlx5.h
file added
+343
src/uct/ib/dc/dc_mlx5_devx.c
file added
+167
src/uct/ib/dc/dc_mlx5_ep.c
file added
+1313
src/uct/ib/dc/dc_mlx5_ep.h
file added
+550
src/uct/ib/mlx5/dv/ib_mlx5_dv.c
file added
+328
src/uct/ib/mlx5/dv/ib_mlx5_dv.h
file added
+116
src/uct/ib/mlx5/dv/ib_mlx5_ifc.h
file added
+1337
src/uct/ib/mlx5/dv/ib_mlx5dv_md.c
file added
+962
src/uct/ib/mlx5/exp/ib_exp.c
file added
+40
src/uct/ib/mlx5/exp/ib_exp.h
file added
+16
src/uct/ib/mlx5/exp/ib_exp_md.c
file added
+717
src/uct/ib/mlx5/exp/ib_mlx5_hw.c
file added
+245
src/uct/ib/mlx5/exp/ib_mlx5_hw.h
file added
+79
src/uct/ib/mlx5/ib_mlx5.c
file added
+660
src/uct/ib/mlx5/ib_mlx5.h
file added
+623
src/uct/ib/mlx5/ib_mlx5.inl
file added
+583
src/uct/ib/mlx5/ib_mlx5_log.c
file added
+467
src/uct/ib/mlx5/ib_mlx5_log.h
file added
+57
src/uct/ib/rc/accel/rc_mlx5.h
file added
+162
src/uct/ib/rc/accel/rc_mlx5.inl
file added
+1637
src/uct/ib/rc/accel/rc_mlx5_common.c
file added
+1064
src/uct/ib/rc/accel/rc_mlx5_common.h
file added
+708
src/uct/ib/rc/accel/rc_mlx5_devx.c
file added
+204
src/uct/ib/rc/accel/rc_mlx5_ep.c
file added
+989
src/uct/ib/rc/accel/rc_mlx5_iface.c
file added
+832
src/uct/ib/rc/base/rc_def.h
file added
+20
src/uct/ib/rc/base/rc_ep.c
file added
+418
src/uct/ib/rc/base/rc_ep.h
file added
+447
src/uct/ib/rc/base/rc_iface.c
file added
+889
src/uct/ib/rc/base/rc_iface.h
file added
+452
src/uct/ib/rc/verbs/rc_verbs.h
file added
+139
src/uct/ib/rc/verbs/rc_verbs_ep.c
file added
+531
src/uct/ib/rc/verbs/rc_verbs_iface.c
file added
+435
src/uct/ib/rc/verbs/rc_verbs_impl.h
file added
+211
src/uct/ib/rdmacm/Makefile.am
file added
+43
src/uct/ib/rdmacm/Makefile.in
file added
+936
src/uct/ib/rdmacm/configure.m4
file added
+63
src/uct/ib/rdmacm/rdmacm_cm.c
file added
+548
src/uct/ib/rdmacm/rdmacm_cm.h
file added
+41
src/uct/ib/rdmacm/rdmacm_cm_ep.c
file added
+473
src/uct/ib/rdmacm/rdmacm_cm_ep.h
file added
+63
src/uct/ib/rdmacm/rdmacm_def.h
file added
+58
src/uct/ib/rdmacm/rdmacm_ep.c
file added
+264
src/uct/ib/rdmacm/rdmacm_ep.h
file added
+44
src/uct/ib/rdmacm/rdmacm_iface.c
file added
+631
src/uct/ib/rdmacm/rdmacm_iface.h
file added
+48
src/uct/ib/rdmacm/rdmacm_listener.c
file added
+108
src/uct/ib/rdmacm/rdmacm_listener.h
file added
+35
src/uct/ib/rdmacm/rdmacm_md.c
file added
+262
src/uct/ib/rdmacm/rdmacm_md.h
file added
+38
src/uct/ib/ud/accel/ud_mlx5.c
file added
+841
src/uct/ib/ud/accel/ud_mlx5.h
file added
+54
src/uct/ib/ud/accel/ud_mlx5_common.c
file added
+71
src/uct/ib/ud/accel/ud_mlx5_common.h
file added
+50
src/uct/ib/ud/base/ud_def.h
file added
+251
src/uct/ib/ud/base/ud_ep.c
file added
+1304
src/uct/ib/ud/base/ud_ep.h
file added
+445
src/uct/ib/ud/base/ud_iface.c
file added
+962
src/uct/ib/ud/base/ud_iface.h
file added
+477
src/uct/ib/ud/base/ud_iface_common.c
file added
+23
src/uct/ib/ud/base/ud_iface_common.h
file added
+24
src/uct/ib/ud/base/ud_inl.h
file added
+189
src/uct/ib/ud/base/ud_log.c
file added
+69
src/uct/ib/ud/verbs/ud_verbs.c
file added
+671
src/uct/ib/ud/verbs/ud_verbs.h
file added
+34
src/uct/rocm/Makefile.am
file added
+47
src/uct/rocm/Makefile.in
file added
+1115
src/uct/rocm/base/rocm_base.c
file added
+202
src/uct/rocm/base/rocm_base.h
file added
+33
src/uct/rocm/configure.m4
file added
+13
src/uct/rocm/copy/rocm_copy_ep.c
file added
+112
src/uct/rocm/copy/rocm_copy_ep.h
file added
+44
src/uct/rocm/copy/rocm_copy_iface.c
file added
+148
src/uct/rocm/copy/rocm_copy_iface.h
file added
+24
src/uct/rocm/copy/rocm_copy_md.c
file added
+154
src/uct/rocm/copy/rocm_copy_md.h
file added
+22
src/uct/rocm/gdr/Makefile.am
file added
+29
src/uct/rocm/gdr/Makefile.in
file added
+887
src/uct/rocm/gdr/configure.m4
file added
+10
src/uct/rocm/gdr/rocm_gdr_ep.c
file added
+74
src/uct/rocm/gdr/rocm_gdr_ep.h
file added
+34
src/uct/rocm/gdr/rocm_gdr_iface.c
file added
+142
src/uct/rocm/gdr/rocm_gdr_iface.h
file added
+24
src/uct/rocm/gdr/rocm_gdr_md.c
file added
+157
src/uct/rocm/gdr/rocm_gdr_md.h
file added
+31
src/uct/rocm/ipc/rocm_ipc_cache.c
file added
+239
src/uct/rocm/ipc/rocm_ipc_cache.h
file added
+36
src/uct/rocm/ipc/rocm_ipc_ep.c
file added
+156
src/uct/rocm/ipc/rocm_ipc_ep.h
file added
+31
src/uct/rocm/ipc/rocm_ipc_iface.c
file added
+243
src/uct/rocm/ipc/rocm_ipc_iface.h
file added
+33
src/uct/rocm/ipc/rocm_ipc_md.c
file added
+175
src/uct/rocm/ipc/rocm_ipc_md.h
file added
+30
src/uct/sm/Makefile.am
file added
+6
src/uct/sm/Makefile.in
file added
+764
src/uct/sm/base/sm_ep.c
file added
+229
src/uct/sm/base/sm_ep.h
file added
+44
src/uct/sm/base/sm_iface.c
file added
+169
src/uct/sm/base/sm_iface.h
file added
+58
src/uct/sm/cma/Makefile.am
file added
+27
src/uct/sm/cma/Makefile.in
file added
+883
src/uct/sm/cma/cma_ep.c
file added
+164
src/uct/sm/cma/cma_ep.h
file added
+28
src/uct/sm/cma/cma_iface.c
file added
+155
src/uct/sm/cma/cma_iface.h
file added
+27
src/uct/sm/cma/cma_md.c
file added
+189
src/uct/sm/cma/cma_md.h
file added
+23
src/uct/sm/cma/configure.m4
file added
+25
src/uct/sm/configure.m4
file added
+10
src/uct/sm/knem/Makefile.am
file added
+27
src/uct/sm/knem/Makefile.in
file added
+885
src/uct/sm/knem/configure.m4
file added
+37
src/uct/sm/knem/knem_ep.c
file added
+119
src/uct/sm/knem/knem_ep.h
file added
+25
src/uct/sm/knem/knem_iface.c
file added
+113
src/uct/sm/knem/knem_iface.h
file added
+27
src/uct/sm/knem/knem_md.c
file added
+401
src/uct/sm/knem/knem_md.h
file added
+55
src/uct/sm/mm/Makefile.am
file added
+6
src/uct/sm/mm/Makefile.in
file added
+764
src/uct/sm/mm/base/mm_ep.c
file added
+458
src/uct/sm/mm/base/mm_ep.h
file added
+70
src/uct/sm/mm/base/mm_iface.c
file added
+647
src/uct/sm/mm/base/mm_iface.h
file added
+248
src/uct/sm/mm/base/mm_md.c
file added
+148
src/uct/sm/mm/base/mm_md.h
file added
+206
src/uct/sm/mm/configure.m4
file added
+8
src/uct/sm/mm/posix/mm_posix.c
file added
+675
src/uct/sm/mm/sysv/mm_sysv.c
file added
+198
src/uct/sm/mm/xpmem/Makefile.am
file added
+19
src/uct/sm/mm/xpmem/Makefile.in
file added
+850
src/uct/sm/mm/xpmem/configure.m4
file added
+42
src/uct/sm/mm/xpmem/mm_xpmem.c
file added
+550
src/uct/sm/self/self.c
file added
+392
src/uct/sm/self/self.h
file added
+36
src/uct/tcp/sockcm/sockcm_def.h
file added
+44
src/uct/tcp/sockcm/sockcm_ep.c
file added
+398
src/uct/tcp/sockcm/sockcm_ep.h
file added
+49
src/uct/tcp/sockcm/sockcm_iface.c
file added
+426
src/uct/tcp/sockcm/sockcm_iface.h
file added
+41
src/uct/tcp/sockcm/sockcm_md.c
file added
+140
src/uct/tcp/sockcm/sockcm_md.h
file added
+37
src/uct/tcp/tcp.h
file added
+509
src/uct/tcp/tcp_cm.c
file added
+624
src/uct/tcp/tcp_ep.c
file added
+1546
src/uct/tcp/tcp_iface.c
file added
+675
src/uct/tcp/tcp_listener.c
file added
+184
src/uct/tcp/tcp_listener.h
file added
+37
src/uct/tcp/tcp_md.c
file added
+92
src/uct/tcp/tcp_net.c
file added
+171
src/uct/tcp/tcp_sockcm.c
file added
+181
src/uct/tcp/tcp_sockcm.h
file added
+41
src/uct/tcp/tcp_sockcm_ep.c
file added
+415
src/uct/tcp/tcp_sockcm_ep.h
file added
+72
src/uct/ugni/Makefile.am
file added
+43
src/uct/ugni/Makefile.in
file added
+1058
src/uct/ugni/base/ugni_def.h
file added
+77
src/uct/ugni/base/ugni_device.c
file added
+513
src/uct/ugni/base/ugni_device.h
file added
+29
src/uct/ugni/base/ugni_ep.c
file added
+254
src/uct/ugni/base/ugni_ep.h
file added
+66
src/uct/ugni/base/ugni_iface.c
file added
+123
src/uct/ugni/base/ugni_iface.h
file added
+28
src/uct/ugni/base/ugni_md.c
file added
+239
src/uct/ugni/base/ugni_md.h
file added
+15
src/uct/ugni/base/ugni_types.h
file added
+99
src/uct/ugni/configure.m4
file added
+32
src/uct/ugni/rdma/ugni_rdma_ep.c
file added
+785
src/uct/ugni/rdma/ugni_rdma_ep.h
file added
+74
src/uct/ugni/rdma/ugni_rdma_iface.c
file added
+373
src/uct/ugni/rdma/ugni_rdma_iface.h
file added
+67
src/uct/ugni/smsg/ugni_smsg_ep.c
file added
+305
src/uct/ugni/smsg/ugni_smsg_ep.h
file added
+76
src/uct/ugni/smsg/ugni_smsg_iface.c
file added
+376
src/uct/ugni/smsg/ugni_smsg_iface.h
file added
+42
src/uct/ugni/udt/ugni_udt_ep.c
file added
+248
src/uct/ugni/udt/ugni_udt_ep.h
file added
+43
src/uct/ugni/udt/ugni_udt_iface.c
file added
+486
src/uct/ugni/udt/ugni_udt_iface.h
file added
+108
test/apps/Makefile.am
file added
+52
test/apps/Makefile.in
file added
+1035
test/apps/sockaddr/Makefile.am
file added
+23
test/apps/sockaddr/Makefile.in
file added
+829
test/apps/sockaddr/sa_base.cc
file added
+37
test/apps/sockaddr/sa_base.h
file added
+68
test/apps/sockaddr/sa_main.cc
file added
+421
test/apps/sockaddr/sa_tcp.cc
file added
+127
test/apps/sockaddr/sa_tcp.h
file added
+64
test/apps/sockaddr/sa_util.cc
file added
+124
test/apps/sockaddr/sa_util.h
file added
+107
test/apps/test_dlopen_cfg_print.c
file added
+56
test/apps/test_link_map.c
file added
+41
test/apps/test_tcmalloc.c
file added
+33
test/apps/test_ucp_dlopen.c
file added
+120
test/apps/test_ucs_dlopen.c
file added
+113
test/examples/Makefile.am
file added
+72
test/examples/Makefile.in
file added
+978
test/examples/ucp_client_server.c
file added
+805
test/examples/ucp_hello_world.c
file added
+634
test/examples/uct_hello_world.c
file added
+759
test/examples/ucx_hello_world.h
file added
+303
test/examples/ucx_profiling.c
file added
+43
test/gtest/Makefile.am
file added
+311
test/gtest/Makefile.in
file added
+3578
test/gtest/common/gtest-all.cc
file added
+9608
test/gtest/common/gtest.h
file added
+20062
test/gtest/common/main.cc
file added
+109
test/gtest/common/mem_buffer.cc
file added
+293
test/gtest/common/mem_buffer.h
file added
+82
test/gtest/common/tap.h
file added
+252
test/gtest/common/test.cc
file added
+361
test/gtest/common/test.h
file added
+307
test/gtest/common/test_gtest_cmn.cc
file added
+18
test/gtest/common/test_helpers.cc
file added
+693
test/gtest/common/test_helpers.h
file added
+842
test/gtest/common/test_obj_size.cc
file added
+70
test/gtest/common/test_perf.cc
file added
+306
test/gtest/common/test_perf.h
file added
+107
test/gtest/common/test_watchdog.cc
file added
+99
test/gtest/configure.m4
file added
+29
test/gtest/ucm/cuda_hooks.cc
file added
+235
test/gtest/ucm/malloc_hook.cc
file added
+1306
test/gtest/ucm/rocm_hooks.cc
file added
+193
test/gtest/ucm/test_dlopen/Makefile.am
file added
+22
test/gtest/ucm/test_dlopen/Makefile.in
file added
+972
test/gtest/ucm/test_dlopen/configure.m4
file added
+7
test/gtest/ucm/test_dlopen/dlopen_test_do_load.c
file added
+15
test/gtest/ucm/test_dlopen/dlopen_test_do_mmap.c
file added
+15
test/gtest/ucm/test_dlopen/rpath-subdir/Makefile.am
file added
+14
test/gtest/ucm/test_dlopen/rpath-subdir/Makefile.in
file added
+803
test/gtest/ucm/test_dlopen/rpath-subdir/configure.m4
file added
+7
test/gtest/ucm/test_dlopen/rpath-subdir/dlopen_test_rpath.c
file added
+10
test/gtest/ucp/test_ucp_am.cc
file added
+285
test/gtest/ucp/test_ucp_atomic.cc
file added
+352
test/gtest/ucp/test_ucp_atomic.h
file added
+102
test/gtest/ucp/test_ucp_context.cc
file added
+110
test/gtest/ucp/test_ucp_dt.cc
file added
+48
test/gtest/ucp/test_ucp_fence.cc
file added
+176
test/gtest/ucp/test_ucp_mem_type.cc
file added
+131
test/gtest/ucp/test_ucp_memheap.cc
file added
+254
test/gtest/ucp/test_ucp_memheap.h
file added
+64
test/gtest/ucp/test_ucp_mmap.cc
file added
+390
test/gtest/ucp/test_ucp_peer_failure.cc
file added
+440
test/gtest/ucp/test_ucp_perf.cc
file added
+195
test/gtest/ucp/test_ucp_rma.cc
file added
+308
test/gtest/ucp/test_ucp_rma_mt.cc
file added
+216
test/gtest/ucp/test_ucp_sockaddr.cc
file added
+729
test/gtest/ucp/test_ucp_stream.cc
file added
+996
test/gtest/ucp/test_ucp_tag.cc
file added
+414
test/gtest/ucp/test_ucp_tag.h
file added
+126
test/gtest/ucp/test_ucp_tag_cancel.cc
file added
+70
test/gtest/ucp/test_ucp_tag_match.cc
file added
+800
test/gtest/ucp/test_ucp_tag_mem_type.cc
file added
+210
test/gtest/ucp/test_ucp_tag_mt.cc
file added
+90
test/gtest/ucp/test_ucp_tag_offload.cc
file added
+755
test/gtest/ucp/test_ucp_tag_perf.cc
file added
+125
test/gtest/ucp/test_ucp_tag_probe.cc
file added
+314
test/gtest/ucp/test_ucp_tag_xfer.cc
file added
+1128
test/gtest/ucp/test_ucp_wakeup.cc
file added
+269
test/gtest/ucp/test_ucp_wireup.cc
file added
+1380
test/gtest/ucp/ucp_datatype.cc
file added
+201
test/gtest/ucp/ucp_datatype.h
file added
+132
test/gtest/ucp/ucp_test.cc
file added
+804
test/gtest/ucp/ucp_test.h
file added
+298
test/gtest/ucs/arch/test_x86_64.cc
file added
+105
test/gtest/ucs/test_algorithm.cc
file added
+122
test/gtest/ucs/test_arbiter.cc
file added
+725
test/gtest/ucs/test_async.cc
file added
+841
test/gtest/ucs/test_callbackq.cc
file added
+429
test/gtest/ucs/test_class.cc
file added
+207
test/gtest/ucs/test_config.cc
file added
+578
test/gtest/ucs/test_datatype.cc
file added
+525
test/gtest/ucs/test_debug.cc
file added
+91
test/gtest/ucs/test_event_set.cc
file added
+284
test/gtest/ucs/test_frag_list.cc
file added
+336
test/gtest/ucs/test_log.cc
file added
+131
test/gtest/ucs/test_math.cc
file added
+222
test/gtest/ucs/test_memtrack.cc
file added
+209
test/gtest/ucs/test_memtype_cache.cc
file added
+506
test/gtest/ucs/test_module/Makefile.am
file added
+16
test/gtest/ucs/test_module/Makefile.in
file added
+843
test/gtest/ucs/test_module/configure.m4
file added
+8
test/gtest/ucs/test_module/test_module.c
file added
+13
test/gtest/ucs/test_mpmc.cc
file added
+131
test/gtest/ucs/test_mpool.cc
file added
+203
test/gtest/ucs/test_pgtable.cc
file added
+614
test/gtest/ucs/test_profile.cc
file added
+398
test/gtest/ucs/test_rcache.cc
file added
+799
test/gtest/ucs/test_sock.cc
file added
+422
test/gtest/ucs/test_stats.cc
file added
+338
test/gtest/ucs/test_stats_filter.cc
file added
+284
test/gtest/ucs/test_strided_alloc.cc
file added
+63
test/gtest/ucs/test_string.cc
file added
+87
test/gtest/ucs/test_sys.cc
file added
+158
test/gtest/ucs/test_time.cc
file added
+145
test/gtest/ucs/test_twheel.cc
file added
+241
test/gtest/ucs/test_type.cc
file added
+75
test/gtest/uct/ib/test_cq_moderation.cc
file added
+180
test/gtest/uct/ib/test_dc.cc
file added
+748
test/gtest/uct/ib/test_devx.cc
file added
+63
test/gtest/uct/ib/test_ib.cc
file added
+601
test/gtest/uct/ib/test_ib.h
file added
+50
test/gtest/uct/ib/test_ib_md.cc
file added
+164
test/gtest/uct/ib/test_ib_pkey.cc
file added
+101
test/gtest/uct/ib/test_ib_xfer.cc
file added
+120
test/gtest/uct/ib/test_rc.cc
file added
+370
test/gtest/uct/ib/test_rc.h
file added
+161
test/gtest/uct/ib/test_sockaddr.cc
file added
+1080
test/gtest/uct/ib/test_ud.cc
file added
+940
test/gtest/uct/ib/test_ud_ds.cc
file added
+157
test/gtest/uct/ib/test_ud_pending.cc
file added
+227
test/gtest/uct/ib/test_ud_slow_timer.cc
file added
+235
test/gtest/uct/ib/ud_base.cc
file added
+93
test/gtest/uct/ib/ud_base.h
file added
+60
test/gtest/uct/tcp/test_tcp.cc
file added
+258
test/gtest/uct/test_amo.cc
file added
+200
test/gtest/uct/test_amo.h
file added
+168
test/gtest/uct/test_amo_add_xor.cc
file added
+66
test/gtest/uct/test_amo_and_or.cc
file added
+67
test/gtest/uct/test_amo_cswap.cc
file added
+107
test/gtest/uct/test_amo_fadd_fxor.cc
file added
+104
test/gtest/uct/test_amo_fand_for.cc
file added
+104
test/gtest/uct/test_amo_swap.cc
file added
+99
test/gtest/uct/test_event.cc
file added
+171
test/gtest/uct/test_fence.cc
file added
+248
test/gtest/uct/test_flush.cc
file added
+537
test/gtest/uct/test_many2one_am.cc
file added
+173
test/gtest/uct/test_md.cc
file added
+513
test/gtest/uct/test_md.h
file added
+68
test/gtest/uct/test_mem.cc
file added
+207
test/gtest/uct/test_mm.cc
file added
+260
test/gtest/uct/test_p2p_am.cc
file added
+706
test/gtest/uct/test_p2p_err.cc
file added
+300
test/gtest/uct/test_p2p_mix.cc
file added
+234
test/gtest/uct/test_p2p_mix.h
file added
+70
test/gtest/uct/test_p2p_rma.cc
file added
+136
test/gtest/uct/test_p2p_rma.h
file added
+42
test/gtest/uct/test_peer_failure.cc
file added
+485
test/gtest/uct/test_pending.cc
file added
+579
test/gtest/uct/test_progress.cc
file added
+43
test/gtest/uct/test_stats.cc
file added
+611
test/gtest/uct/test_tag.cc
file added
+1312
test/gtest/uct/test_uct_ep.cc
file added
+88
test/gtest/uct/test_uct_perf.cc
file added
+174
test/gtest/uct/test_zcopy_comp.cc
file added
+88
test/gtest/uct/uct_p2p_test.cc
file added
+314
test/gtest/uct/uct_p2p_test.h
file added
+87
test/gtest/uct/uct_test.cc
file added
+1419
test/gtest/uct/uct_test.h
file added
+457
test/mpi/Makefile.am
file added
+35
test/mpi/Makefile.in
file added
+811
test/mpi/run_mpi.sh.in
file added
+220
test/mpi/shmem_pingpong.c
file added
+205
test/mpi/test_memhooks.c
file added
+458
test/mpi/test_memhooks_lib.c
file added
+16
ucx.pc.in
file added
+11
ucx.spec.in
file added
+336
    ucx-1.8.0 base
    
        
file added
+101
file added
+35
file added
+102
file added
+1235
file added
+347
file added
+182
file added
+1234
file added
+348
file added
+1486
file added
+942
file added
+1790
file added
+454
file added
+67
file added
+67
file added
+23
file added
+82
file added
+8372
file added
+437
file added
+124
file added
+41
file added
+136
file added
+16
file added
+291
file added
+109
file added
+220
file added
+26
file added
+32518
file added
+398
file added
+105
file added
+5
file added
+5
file added
+1
file added
+20
file added
+20
file added
+32
file added
+22
file added
+22
file added
+7
file added
+791
file added
+43
file added
+518
file added
+11149
file added
+215
file added
+59
file added
+1214
file added
+454
file added
+15
file added
+466
file added
+101
file added
+646
file added
+311
file added
+48
file added
+199
file added
+282
file added
+38
file added
+518
file added
+75
file added
+165
file added
+130
file added
+342
file added
+91
file added
+113
file added
+1512
file added
+3145
file added
+581
file added
+26
file added
+717
file added
+2039
file added
+507
file added
+754
file added
+233
file added
+142
file added
+64
file added
+134
file added
+112
file added
+101
file added
+292
file added
+313
file added
+525
file added
+88
file added
+80
file added
+346
file added
+305
file added
+80
file added
+754
file added
+163
file added
+53
file added
+1488
file added
+72
file added
+233
file added
+314
file added
+1636
file added
+1268
file added
+177
file added
+1963
file added
+133
file added
+113
file added
+148
file added
+147
file added
+659
file added
+137
file added
+63
file added
+45
file added
+608
file added
+449
file added
+1637
file added
+121
file added
+111
file added
+1394
file added
+147
file added
+357
file added
+167
file added
+783
file added
+116
file added
+103
file added
+104
file added
+106
file added
+64
file added
+26
file added
+162
file added
+260
file added
+96
file added
+687
file added
+423
file added
+292
file added
+203
file added
+74
file added
+39
file added
+1255
file added
+463
file added
+22
file added
+152
file added
+121
file added
+119
file added
+70
file added
+319
file added
+125
file added
+73
file added
+1434
file added
+416
file added
+3149
file added
+601
file added
+206
file added
+101
file added
+431
file added
+146
file added
+434
file added
+15
file added
+149
file added
+1612
file added
+1657
file added
+144
file added
+255
file added
+1271
file added
+764
file added
+392
file added
+509
file added
+624
file added
+1546
file added
+92
file added
+171
file added
+1035
file added
+311
file added
+3578
file added
+20062
file added
+35
file added
+811
file added
+220
file added
+11
file added
+336