Enable ucx for riscv64
Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
This commit is contained in:
parent
48d3a0fdfd
commit
81faa3a229
@ -1,7 +1,7 @@
|
|||||||
Summary: A high-performance implementation of MPI
|
Summary: A high-performance implementation of MPI
|
||||||
Name: mpich
|
Name: mpich
|
||||||
Version: 4.2.2
|
Version: 4.2.2
|
||||||
Release: %autorelease
|
Release: %autorelease -e 0.riscv64
|
||||||
License: mpich2
|
License: mpich2
|
||||||
URL: https://www.mpich.org/
|
URL: https://www.mpich.org/
|
||||||
|
|
||||||
@ -37,7 +37,7 @@ BuildRequires: libfabric-devel
|
|||||||
BuildRequires: libnl3-devel
|
BuildRequires: libnl3-devel
|
||||||
BuildRequires: libuuid-devel
|
BuildRequires: libuuid-devel
|
||||||
BuildRequires: numactl-devel
|
BuildRequires: numactl-devel
|
||||||
%ifarch aarch64 ppc64le x86_64
|
%ifarch aarch64 ppc64le x86_64 riscv64
|
||||||
BuildRequires: ucx-devel
|
BuildRequires: ucx-devel
|
||||||
%endif
|
%endif
|
||||||
%if ! 0%{?rhel}
|
%if ! 0%{?rhel}
|
||||||
@ -151,7 +151,7 @@ CONFIGURE_OPTS=(
|
|||||||
--htmldir=%{_datadir}/%{name}/doc
|
--htmldir=%{_datadir}/%{name}/doc
|
||||||
--with-hwloc
|
--with-hwloc
|
||||||
--with-libfabric
|
--with-libfabric
|
||||||
%ifarch aarch64 ppc64le x86_64
|
%ifarch aarch64 ppc64le x86_64 riscv64
|
||||||
--with-ucx
|
--with-ucx
|
||||||
%endif
|
%endif
|
||||||
%if ! 0%{?rhel}
|
%if ! 0%{?rhel}
|
||||||
|
Loading…
Reference in New Issue
Block a user