Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

openucx-tools-1.18.0-1.1 RPM for s390x

From OpenSuSE Ports Tumbleweed for s390x

Name: openucx-tools Distribution: openSUSE:Factory:zSystems
Version: 1.18.0 Vendor: openSUSE
Release: 1.1 Build date: Wed Feb 19 16:47:23 2025
Group: System/Console Build host: reproducible
Size: 956214 Source RPM: openucx-1.18.0-1.1.src.rpm
Packager: https://bugs.opensuse.org
Url: http://openucx.org/
Summary: OpenUCX utilities
Miscallaneous utilities for Unified Communication X.

Provides

Requires

License

BSD-3-Clause

Changelog

* Wed Feb 19 2025 Nicolas Morey <nicolas.morey@suse.com>
  - Update to ucx 1.18.0
    - UCP
    - Enabled using CUDA staging buffers for pipeline protocols by default
    - Added endpoint reconfiguration support for non-reused p2p scenarios
    - Enabled non-cacheable memory domains, activated for gdr_copy
    - Added user_data parameter to ucp_ep_query
    - Added support for host memory pipeline through CUDA buffers for rendezvous protocol
    - Added global VA infrastructure and memory region in absence of error handling
    - Made protocol performance node names more informative
    - Enforced always running on the same thread in single thread mode
    - Multiple improvements in protocols selection infrastructure
    - Added UCP_MEM_MAP_LOCK API flag to enforce locked memory mapping
    - Allowed up-to 64 endpoint lanes for systems with many transports or devices
    - Added usage tracker to worker
    - Improved various logging messages
    - Fixed stack overflow in exported rkey unpack
    - Removed extra remote-cpu overhead from protocol estimation for zcopy
    - Fixed performance estimation for rndv pipeline protocols
    - Fixed ATP sending by picking the correct lane
    - Fixed missing reg_id on memh creation
    - Fixed repeated invalidations by retaining existing access flags
    - Fixed abort reason propagation for rendezvous RTR mtype
    - Do not check transport availability if it is disabled by UCX_TLS environment variable
    - Fixed wrong flag being used for checking BCOPY capability
    - Fixed sending too many ATPs for small messages
    - Enforced 16 bits size for Active Messages identifiers
    - Fixed unnecessary status check for emulated AMO
    - Fixed more than one fragment sending in rendezvous pipeline
    - Fixed crash by using biggest max frag across all lanes
    - Fixed missing memory handle flags by copying from parent to child
    - Fixed worker interface activate count
    - Fixed flush requests by replacing ATP/flush lane map with lane indexes
    - Fixed lost uct_flags when merging memory regions
    - UCT
    - Fixed memory domain UCT flags description
    - RDMA CORE (IB, ROCE, etc.)
    - Added environment variable to manage DC initiator capacity
    - Added DC dcs_hybrid policy
    - Reduced MLX5/DV stack size consumption
    - Added ODP support for verbs and mlx5dv
    - Added support of CUDA managed memory on IB when ODP is available
    - Added support of Adaptive Routing on RoCE
    - Enabled use of implicit ODP with relaxed ordering
    - Improved GPU-Direct detection in IB transport
    - Increased DC initiator default count to 32 for performance optimization
    - Added ConnectX-8 device support with DDP
    - Added support for subnet filter list for RoCE interfaces
    - Enhanced the error message to provide more details when a connection cannot be
      established due to unreachable transports
    - Added IB MLX5 as a separate UCX module with separate RPM sub-package
    - Added initial support for GGA transport, for fast DPU memory access
    - Set IB DevX atomic mode based on device capabilities
    - Removed DC keepalive mechanism, since the keepalive is done on UCP layer
    - Optimized cross-gVMI memory registration using indirect memory keys cache
    - Improved various logging messages
    - Fixed FETCH_ADD remote access error for ODP/KSM case
    - Fixed missing conditional compilation checks for DM
    - Fixed IB MD allocation naming typo
    - Fixed invalid GIDs filter in IB
    - Fixed flags usage in MLX5 zcopy_post
    - Do not limit ODP registration retries
    - Fixed JUCX failures by considering the number of supported completion vectors
    - UCS
    - Added support for wildcards in configuration parameter names
    - Added ASAN protection to several internal data structures
    - Reduced stack usage in topology detection code
    - Improved bitmaps configuration parsing with wider bitfield
    - Added options to set topology distance between devices
    - Optimized VFS unix socket watch by using user private folder
    - Added general IP subnet matching infrastructure
    - Extend array data structure to support user-provided array copy routine
    - Improved time units description
    - Fixed a crash by using heap allocation to process expired timers in batch
    - Fixed allocation issue on memtrack dump
    - Fixed deletion of the monitored folder in VFS
    - Fixed unsafe resize for DC initiator array
    - Fixed function macro invocation to match C standard
    - Fixed calling async handler on already released resource
    - Fixed performance by setting higher bandwidth for different NUMA nodes on Grace
    - Fixed undeclared value error in timer conversion routine
    - Fixed uninitialized value access in registration cache
    - UCM
    - Extend CUDA memory hooks to include memory mapping APIs
    - Fixed race condition in parsing proc maps
    - Fixed mremap failure while parsing /proc/self/maps
    - TCP
    - Always bind endpoint to interface
    - Tools
    - Improved performance by increasing window size for put_bw and add get_bw in ucx_perftest
    - Added multi-send flag for receive operations in bandwidth benchmarks in ucx_perftest
    - Improved ucx_perftest uni-directional test with added fence
    - Detailed ucx_perftest batch section of command-line documentation
    - Fixed buffer size potential overflow in ucx_perftest
    - Fixed missing address when packing memory keys on ucx_perftest
    - Fixed memory leak for endpoint report in ucx_info
    - Fixed build without openmp in ucx_perftest
    - Fixed UCT device override on server side on ucx_perftest
    - Documentation
    - Added a section regarding adaptive routing on RoCE
    - Architecture
    - Added CPU Model for MI300A
    - Added Fujitsu ARM specific values to ucx.conf
    - Added AMD Turin support
    - Added an optimized non-temporal memory copy implementation for AMD CPU
    - Build
    - Improved compiler error reporting with added flag
    - Improved coverity script to allow faster turnaround time
    - Improved Intel Compiler detection and support
    - Fixed using correct ASAN version for running tests
    - Configuration
    - Used POSIX bourne syntax to check equality
    - Fixed build failure by using proper flags in compiler.m4
    - Fixed perftest MAD support default guessing
    - GO
    - Added multi-send flag and user memh support in request params
    - Added serialized thread mode to avoid subtle races between threads
    - Fixed make distcheck
    - Packaging
    - Improved dpkg-buildpackage sample command by explicitly adding mlx5 related arguments
  - Delete UCS-TIME-Add-math.h-to-provide-INFINITY.patch which was merged upstream
  - Refresh openucx-s390x-support.patch due to API changes
* Sat Sep 07 2024 Nicolas Morey <nicolas.morey@suse.com>
  - Refresh openucx-s390x-support.patch to fix compilation on s390x
* Sat Jun 29 2024 Andreas Schwab <schwab@suse.de>
  - Enable build on riscv64
* Wed Jun 26 2024 Nicolas Morey <nicolas.morey@suse.com>
  - Update to 1.17.0
    - See NEWS for the complete CHANGELOG
  - Refresh openucx-s390x-support.patch against the latest sources
  - Add upstream fix UCS-TIME-Add-math.h-to-provide-INFINITY.patch
    to fix compilation on ppc64
* Mon Feb 26 2024 Dominique Leuenberger <dimstar@opensuse.org>
  - Use %patch -P N instead of deprecated %patchN.
* Mon Oct 02 2023 Nicolas Morey <nicolas.morey@suse.com>
  - Update to 1.15.0
    - UCP
    - Added 2-stage pipeline protocol in the new protocol infrastructure
    - Added reset and abort functionality of rendezvous protocols in the
      new infrastructure
    - Added zero-copy rendezvous data send protocol in the new infrastructure
    - Added support for user memory handle in the new protocol infrastructure
    - Added option to force ODP registration for certain memory types
    - Enabled lock free memory region deregistration
    - Updated allow/deny transport list feature to control auxiliary transport selection
    - Multiple performance improvements of the new protocol infrastructure
    - Multiple improvements in error and debug messages
    - Fixed assertion when sending from non-contiguous GPU buffer to managed buffer
    - Fixed the race condition on endpoint configurations
    - Fixed endpoint reconfiguration issues due to asymmetrical selection
    - Fixed endpoint reconfiguration error due to wrong locality detection
    - Fixed crash during connection manager cleanup
    - Fixed rkey index calculation for rendezvous protocol
    - Fixed rcache dump function
    - Removed logging from rkey unpack in release mode
    - Fixed dobule free of rkey in rendezvous protocol
    - Fixed rendezvous pipeline protocol error flow
    - Fixed error handling in rendezvous get zcopy protocol
    - Replay pending requests of wireup EP CM during connection establishment
      to prevent potential ordering issues and wrong configuration
    - Pass user-provided memory type to the function that checks whether the buffer
      can be sent inline or not
    - Avoid memory registration during UCP context initialization
    - Fixed CPU/device atomics selection in the new protocol infrastructure
    - Multiple fixes in the new protocol infrastructure information output
    - UCT
    - Split UCT_MD_MKEY_PACK_FLAG_INVALIDATE into two flags for RMA and AMO
    - Added put_zcopy and get_zcopy scheme support for self transport
    - Added base implementation of is_reachable_v2 API using intra/inter flag
    - Introduced MD capability for non-blocking registration memory types
    - Added check for dmabuf kernel support in ROCm memory domain
    - Fixed exported memh packing
    - Fixed an error in checking return status of multi-threaded memory
      registration function
    - RDMA CORE (IB, ROCE, etc.)
    - Added implementation of is_reachable_v2 routine to IB interface
    - Added option to control CQE zipping per CQ RX/TX direction
    - Added option to specify how DCI selects port under RoCE LAG
    - Added hw_dcs to the list of policies to select DCI by an endpoint
    - Removed implicit on-demand paging
    - Added option to set RoCE lag dct port for response under queue affinity mode
    - Improved IB memlock limit logging
    - Fixed dma-buf based memory region registration
    - Fixed memory handle data corruption when PCIe relaxed ordering is enabled
    - Fixed performance degradation when indirect atomic key is not supported
      by the hardware
    - Fixed remote access error to strict-order keys because of wrong offset
    - Added check for UAR support to memory domain opening
    - Fixed updating port counters for devx qp
    - Fixed ibv_create_cq error message on node without Infiniband
    - Fixed performance degradation due to using 2 paths on NDR400 by default
    - Removed unnecessary async lock which otherwise would block UD progress
    - UCS
    - Added ucs_string_buffer_rbrk() to split token
    - Fixed lane selection and added bandwidth estimation for Sapphire Rapids family
    - Fixed displaying wrong environment variable suggestions
    - Fixed VFS warning output
    - Fixed SEGV in ucs_debug_backtrace_next(), upon previous SEGV handling,
      due to ENOMEM situation
    - Fixed memory corruption when using UCX_MPOOL_FIFO=y
    - UCM
    - Fixed conditional jump patching
    - Fixed mremap() override
    - Tests
    - Added a rocm docker container for testing
    - Added option to send client_id in iodemo test
    - Added support for multiple connections to the same server in iodemo test
    - Added synchronization before exit to hello world examples
    - Fixed wrong usage of ep_close in examples
    - Tools
    - Added user-side memcpy option for AM benchmarks in ucx_perftest
    - Added wireshark LUA dissectors for some UCX protocols
    - Fixed memory access flags in perftest
    - Removed support for librte from perf
    - Fixed worker flush deadlock when using multiple workers in ucx_perftest
    - Build
    - Added support for binutils 2.40
    - Added versioned dependency to switch between packages with the same names
    - Added a separate xpmem deb subpackage
    - Added aarch64 support to the binary distribution pipeline
    - Removed dependency on libnuma
    - Documentation
    - Updated ucp_worker_release_address description
  - Refresh openucx-s390x-support.patch against latest souces
* Tue Jul 25 2023 Nicolas Morey <nicolas.morey@suse.com>
  - Update to v1.14.1
    - Fixed ROCm to prevent the locking of host pinned memory
    - Added CUDA 12 based UCX builds to the release flow
    - Increased the maximal number of endpoint configurations
    - Fixed filter for a slow-lanes in selection logic
    - Fixed TCP transport bandwidth calculation
    - Fixed device detection for ROCM
    - Fixed compatibility with CUDA 12
    - Fixed rendezvous threshold for multi-path configurations
    - Fixed error message in case of static link
    - Fixed BlueField-3 detection
    - Multiple fixes for Azure CI pipeline
* Mon Mar 20 2023 Nicolas Morey <nicolas.morey@suse.com>
  - Update to v1.14.0
    - UCP
    - Added API for querying transport and device names on endpoint
    - Added API for querying datatype object
    - Added API for exporting and importing memory keys (no implementation yet)
    - Added support for non-persistent active message header
    - Added infrastructure to print protocols v2 performance
    - Multiple performance improvements for protocols v2
    - Added support for non-contiguous datatypes for rendezvous protocols v2
    - Added support for reset and abort request in protocols v2
    - Added support for user memory handles in RMA API
    - Added multi-rail support for RMA API in protocols v2
    - Added support for up to 16 different lanes per endpoint
    - Added support for dmabuf memory registration in protocols v2
    - Added strong fence mode for ucp_worker_fence() API
    - UCT
    - Added new uct_md_mem_attach() API to support exported memory handles
    - Added remote completion mode for endpoint flush (via new flag)
    - Added support for dmabuf registration
    - Added new uct_ep_connect_to_ep_v2() API
    - Added new uct_mem_reg_v2() API
    - Added new uct_md_query_v2() API
    - Added support for IPv6 loopback address in TCP transport
    - RDMA CORE (IB, ROCE, etc.)
    - Added ECE (enhanced connection establishment) support for RC and DC transports
    - Added support for hardware DCS in DC transport
    - Added UD interface and endpoint resource information to VFS
    - Added CQ creation via DEVX API
    - Removed support for accelerated IB transports over legacy experimental verbs
    - UCS
    - Added support for auto-correction of user environment variables
    - UCM
    - Implemented CUDA bistro hooks for aarch64 (to enable memory cache on this platform)
    - Added support for CUDA virtual/stream-ordered memory with cudaMallocAsync
    - Documentation
    - Added FAQ for using pkg-config tool to build applications with UCX
    - Tools
    - Added runtime library version to the 'ucx_info -v' output
    - Added support for memory types in ucx_info
    - Many bugfixes. See NEWS.
  - Drop patch merged upstream:
    - UCS-DEBUG-replace-PTR-with-void.patch
    - gcc13-fix.patch
  - Refresh openucx-s390x-support.patch
* Mon Mar 06 2023 Martin Liška <mliska@suse.cz>
  - Add upstream gcc13-fix.patch fix.
* Mon Jan 16 2023 Andreas Schwab <schwab@suse.de>
  - openucx-s390x-support.patch: fix use of clz builtin for 64-bit value
* Tue Oct 04 2022 Nicolas Morey-Chaisemartin <nmoreychaisemartin@suse.com>
  - Update openucx-s390x-support.patch to add missing ucs_ffs32 on s390x
  - Drop baselibs.conf as openucx only works on 64b systems
* Tue Sep 27 2022 Nicolas Morey-Chaisemartin <nmoreychaisemartin@suse.com>
  - Update to v1.13.1 (jsc#PED-912)
    - Core
    - Added new objects to VFS: local and remote address of endpoint,
      statistics of ucp_ep_create success/failure, failed/destroyed endpoints
    - Added support for UCX static libraries
    - Added profiling for rkey management routines
    - PCIe relaxed order enabled by default for AMD CPUs
    - Fixed not deallocating memory from ucp_mem_unmap if no rcache
    - Fixed versioning infrastructure
    - Multiple code improvements: refactoring, debug prints and assertions, etc.
    - Multiple improvements in build, test and docs infrastructure
    - Added new objects to VFS (md, component, log_level, etc.)
    - Added configuration variable to specify which loadable modules are allowed
    - Added build-time configuration to disable sigaction overriding
    - UCP
    - Added API to pass pre-registered memory handle to UCP operations
    - Added implementation of AM rendezvous protocol
    - Added 2-stage pipeline rendezvous protocol for GPU
    - Added support for fragment mem_type for v1 pipeline proto, disabled by default
    - Added active message support for proto v2
    - Added UCP memory registration cache
    - Improved adaptive progress - deactivate iface when all p2p lanes are destroyed
    - Added support for user memh in proto_v1
    - Added support for selecting local address when creating a client endpoint
    - Added option to limit GPUDirectRDMA size in rendezvous protocol, UCX_RNDV_MEMTYPE_DIRECT_SIZE
    - Deprecated UCX_SOCKADDR_AUX_TLS configuration parameter
    - Resolving remote EP ID when creating local EP disabled by default
    - Added client_id to ucp_worker_create() and ucp_conn_request_query() APIs
    - Added ucp_worker_address_query() API
    - Updated ucp_ep_query() API for getting local and remote addresses
    - Added address versioning to correctly preserve wire compatibility starting from version 1.11.0
    - Added new client/server connection establishment packet header format
    - Enabled rendezvous and tag sync protocols when error handling is enabled on the endpoint
    - Added iov zcopy support to RMA operations
    - Reduced memory usage of unexpected messages by fitting receive buffer size to packet size
    - Added support for modifying UCT and UCS configs by ucp_config_modify() API
    - Optimized unpacked rkeys memory consumption
    - Added request flag to influence latency vs. bandwidth protocol
    - Reduced memory management overhead with new protocols
    - Improved performance calculations for new protocols
    - Added AMO support with GPU memory target using new protocols
    - Added put_zcopy, get_zcopy and pipeline based rendezvous in new protocols
    - Added support for user-defined alignment in Active Messages
    - Added support for offload tag sync in new protocols
    - Updated ucp_atomic_post() to use NBX flow
    - UCT
    - Introduced API uct_md_mkey_pack_v2
    - Introduced UCT iface features API
    - Introduced max_inflight_eps parameter in perf_attr API
    - Introduced UCT_SEND_FLAG_PEER_CHECK flag that forces checking connectivity to a peer
    - Introduced UCX_RCACHE_PURGE_ON_FORK to enable/disable cleaning regions when application is forking
    - Disabled PEER_FAILURE capability for XPMEM
    - Added API - uct_iface_is_reachable_v2()
    - Added IPv6 address support in TCP
    - Added latency estimation to uct_iface_estimate_perf()
    - Adjusted knem and cma overhead cost
    - Increased built-in TCP keep-alive interval to 2 seconds
    - RDMA CORE (IB, ROCE, etc.)
    - Introduced NDR autorecognition
    - Introduced CQE zipping support
    - Set the default MAX_RD_ATOMIC to maximum value supported by the hardware
    - Disabled mlx5 ifaces on verbs MD
    - Added detection of IB NDR devices
    - Added check for CQ overrun in assert mode
    - Added bitmap usage for releasing detached DCIs
    - Added configuration for requests ack frequency with DevX
    - Added remote QP info to tx error CQE traces
    - ROCM
    - Increased maximum number of HSA agents
    - UCS
    - Added topo module infrastructure
    - Added memtrack and rcache information to VFS
    - Added API for a per-process aggregate-sum statistics report
    - Added memory pool set data structure
    - Added new ptr_array API for bulk allocation
    - Added ucs_string_buffer_append_flags() for string buffer
    - Added ucs_ffs32()
    - Added ucs_vsnprintf_safe() which always adds '\0'
    - Added thread-safe put to ptr_map
    - Improved accuracy of the topology distance estimation
    - Added prints of leaked callbacks from the callback queue
    - Removed a diagnostic message when fuse thread is stopped
    - Added configurable limit for the memory consumed by rcache
    - Added configuration for VFS(FUSE) thread affinity
    - Added memory limit support to memtrack
    - Packaging
    - Added cmake config files for better integration with external cmake based projects
    - Tools
    - Added loop-back transport support in ucx_perftest
    - Split ucx_perftest into separate modules
    - Added process placement option for ucx_info
    - Extended parameters correctness check in ucx_perftest
  - Backported UCS-DEBUG-replace-PTR-with-void.patch
    from upstream to fix compilation
* Thu Jan 13 2022 Nicolas Morey-Chaisemartin <nmoreychaisemartin@suse.com>
  - Fix UCM bistro support on non s390x archs
  - Add ucm-fix-UCX_MEM_MALLOC_RELOC.patch to disable malloc relocations by default (bsc#1194369)

Files

/etc/ucx
/etc/ucx/ucx.conf
/usr/bin/ucx_info
/usr/bin/ucx_perftest
/usr/bin/ucx_perftest_daemon
/usr/bin/ucx_read_profile
/usr/lib64/cmake
/usr/lib64/cmake/ucx
/usr/lib64/cmake/ucx/ucx-config-version.cmake
/usr/lib64/cmake/ucx/ucx-config.cmake
/usr/lib64/cmake/ucx/ucx-targets.cmake
/usr/lib64/pkgconfig/ucx.pc
/usr/libexec/openucx
/usr/libexec/openucx/io_demo
/usr/share/doc/packages/openucx-tools
/usr/share/doc/packages/openucx-tools/NEWS
/usr/share/licenses/openucx-tools
/usr/share/licenses/openucx-tools/LICENSE
/usr/share/openucx
/usr/share/openucx/examples
/usr/share/openucx/examples/hello_world_util.h
/usr/share/openucx/examples/ucp_client_server.c
/usr/share/openucx/examples/ucp_hello_world.c
/usr/share/openucx/examples/ucp_util.h
/usr/share/openucx/examples/uct_hello_world.c
/usr/share/openucx/perftest
/usr/share/openucx/perftest/README
/usr/share/openucx/perftest/msg_pow2
/usr/share/openucx/perftest/msg_pow2_large
/usr/share/openucx/perftest/test_types_ucp
/usr/share/openucx/perftest/test_types_ucp_amo
/usr/share/openucx/perftest/test_types_ucp_rma
/usr/share/openucx/perftest/test_types_uct
/usr/share/openucx/perftest/transports


Generated by rpm2html 1.8.1

Fabrice Bellet, Sun Feb 23 00:25:23 2025