diff --git a/.gitignore b/.gitignore index ead52ae..fe7cfaf 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/ucx-1.4.0.tar.gz +SOURCES/ucx-1.5.2.tar.gz diff --git a/.ucx.metadata b/.ucx.metadata index 146c352..c1b4175 100644 --- a/.ucx.metadata +++ b/.ucx.metadata @@ -1 +1 @@ -1c009f09d76bad3079fa01b3ba44e327c149248a SOURCES/ucx-1.4.0.tar.gz +3d5eb8c40f4b1cbdc5e1c016b1e195f52dec4d5b SOURCES/ucx-1.5.2.tar.gz diff --git a/SPECS/ucx.spec b/SPECS/ucx.spec index 85691b0..b256d4d 100644 --- a/SPECS/ucx.spec +++ b/SPECS/ucx.spec @@ -1,14 +1,14 @@ %{!?configure_options: %global configure_options %{nil}} Name: ucx -Version: 1.4.0 +Version: 1.5.2 Release: 1%{?dist} Summary: UCX is a communication library implementing high-performance messaging Group: System Environment/Libraries License: BSD URL: http://www.openucx.org -Source: https://github.com/openucx/%{name}/releases/download/v1.4.0/ucx-1.4.0.tar.gz +Source: https://github.com/openucx/%{name}/releases/download/v1.5.2/ucx-1.5.2.tar.gz BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) @@ -19,12 +19,14 @@ BuildRequires: numactl-devel libibverbs-devel BuildRequires: automake autoconf libtool gcc-c++ %description -UCX stands for Unified Communication X. It requires either RDMA-capable device -(InfiniBand, RoCE, etc), Cray Gemini or Aries, for inter-node communication. -Future versions will support also TCP for inter-node, to lift that hardware -dependency. -In addition, the library can be used for intra-node communication by leveraging -the following shared memory mechanisms: posix. sysv, cma, knem, xpmem. +UCX stands for Unified Communication X. UCX provides an optimized communication +layer for Message Passing (MPI), PGAS/OpenSHMEM libraries and RPC/data-centric +applications. UCX utilizes high-speed networks, such as RDMA (InfiniBand, RoCE, +etc), Cray Gemini or Aries, for inter-node communication. If no such network is +available, TCP is used instead. UCX supports efficient transfer of data in +either main memory (RAM) or GPU memory (through CUDA and ROCm libraries). +In addition, UCX provides efficient intra-node communication, by leveraging the +following shared memory mechanisms: posix, sysv, cma, knem, and xpmem. %package devel Requires: %{name}%{?_isa} = %{version}-%{release} @@ -80,6 +82,19 @@ rm -f %{buildroot}%{_libdir}/*.la %postun -p /sbin/ldconfig %changelog +* Tue Jun 04 2019 Yossi Itigin 1.5.2-1 +- Bump version to 1.5.2 +- See NEWS for details +* Sat Mar 23 2019 Yossi Itigin 1.5.1-1 +- Bump version to 1.5.1 +- See NEWS for details +* Tue Nov 6 2018 Andrey Maslennikov 1.5.0-1 +- Bump version to 1.5.0 +- See NEWS for details +* Tue Oct 30 2018 Andrey Maslennikov 1.4.0-1 +- See NEWS for details +* Mon Aug 20 2018 Andrey Maslennikov 1.3.1-1 +- See NEWS for details * Thu Aug 16 2018 Andrey Maslennikov 1.3.0-1 - Explicitly set gcc-c++ as requirements * Wed Mar 7 2018 Andrey Maslennikov 1.3.0-1