Skip to content

Commit

Permalink
Disable knem
Browse files Browse the repository at this point in the history
 Changes to be committed:
	modified:   ucx.spec
  • Loading branch information
Alberto-Perez-Guevara committed Nov 27, 2024
1 parent 1476741 commit 6736ba3
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions SPECS/ucx/ucx.spec
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ BuildRequires: libibverbs-devel
BuildRequires: rdma-core-devel
%endif
%if %{with knem}
BuildRequires: knem
#BuildRequires: knem
%endif
%if %{with rdmacm}
BuildRequires: librdmacm-devel
Expand Down Expand Up @@ -185,7 +185,7 @@ Provides static libraries required for developing with UCX.
%{_libdir}/pkgconfig/ucx-cma.pc
%endif
%if %{with knem}
%{_libdir}/pkgconfig/ucx-knem.pc
#%{_libdir}/pkgconfig/ucx-knem.pc
%endif
%if %{with xpmem}
#%{_libdir}/pkgconfig/ucx-xpmem.pc
Expand Down Expand Up @@ -294,18 +294,18 @@ Infiniband datagrams for out-of-band communications.
%endif

%if %{with knem}
%package knem
Requires: %{name} = %{version}-%{release}
Summary: UCX KNEM transport support
Group: System Environment/Libraries
#%package knem
#Requires: %{name} = %{version}-%{release}
#Summary: UCX KNEM transport support
#Group: System Environment/Libraries

%description knem
Provides KNEM (fast inter-process copy) transport for UCX. KNEM is a Linux
kernel module that enables high-performance intra-node MPI communication
for large messages.
#%description knem
#Provides KNEM (fast inter-process copy) transport for UCX. KNEM is a Linux
#kernel module that enables high-performance intra-node MPI communication
#for large messages.

%files knem
%{_libdir}/ucx/libuct_knem.so.*
#%files knem
#%{_libdir}/ucx/libuct_knem.so.*
%endif

%if %{with rdmacm}
Expand Down

0 comments on commit 6736ba3

Please sign in to comment.