File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 33Source: https://download.open-mpi.org/release/open-mpi/v4.1/%{n }-%{realversion }.tar.bz2
44BuildRequires: autotools
55%{! ?without_cuda:Requires: cuda}
6+ Requires: libfabric
67Requires: hwloc
78Requires: rdma-core
89Requires: xpmem
910Requires: ucx
1011Requires: zlib
1112
1213# external libraries are needed for additional protocols:
13- # --with-ofi: Open Fabric Interface's libfabric
1414# --with-mxm: Mellanox Messaging (depracated, use UCX instead)
1515# --with-fca: Mellanox Fabric Collective Accelerator
1616# --with-hcoll: Mellanox Hierarchical Collectives
@@ -33,7 +33,7 @@ Requires: zlib
3333 --with-zlib= $ZLIB_ROOT \
3434 %{! ?without_cuda:--with-cuda= $CUDA_ROOT} \
3535 --with-hwloc= $HWLOC_ROOT \
36- --without -ofi \
36+ --with -ofi= $LIBFABRIC_ROOT \
3737 --without-portals4 \
3838 --without-psm \
3939 --without-psm2 \
You can’t perform that action at this time.
0 commit comments