Allen
Allen
I have 2 points. 1. Iterator in sort api should be Random Iterator. 2. I prefer the predicate Compare to be `std::function`
> 可以给一个简单的design docs吗 参考 binary-tree/binarytree.h
> 为什么加一个Color类? 数据结构需要有 debug 能力,需要能 dump 出来。类似红黑树这种,希望能直接显示节点颜色。
在 package 中,报这个错误: ``` [root@70f6b8a8951d xmake-repo]# xmake l scripts/test.lua --shallow -vD spdk error: ./packages/s/spdk/xmake.lua:35: global 'add_linkgroups' is not callable (a nil value) stack traceback: [./packages/s/spdk/xmake.lua:35]: in main chunk ```
> > 在 package 中,报这个错误: > > ``` > > [root@70f6b8a8951d xmake-repo]# xmake l scripts/test.lua --shallow -vD spdk > > error: ./packages/s/spdk/xmake.lua:35: global 'add_linkgroups' is not callable (a nil value)...
> > add_requireconfs("grpc.protobuf-cpp", {override = true, version = "3.14.0"}) -- 没有用 > > 内部依赖不想走系统库,那就得依赖改成 system = false,改版本没用 > > ``` > add_requireconfs("grpc.protobuf-cpp", {override = true, system = false}) > ```...
> > ,执行添加 xrepo add 重新添加 repo后 > > gtest 不是在 xmake-repo 的么,为啥还要加 repo? 给下完整可以复现的步骤命令。 我们所有的包都在内网的,没有用官方的。 这个是复现的方法,起初是在 ci 环境发现的。 - ci 环境会下载全新的代码库 - 然后执行 xrepo add 内网的 repo(有2个 repo,一个是普通的,另一个是 build-artifacts。因为...
> 我这里复现不了,要么你搞个复现脚本,我试试 我周末来弄一下,我猜主要是预编译包,和 xmake-repo 有冲突。
@yosefe I have same issue. client: ``` UCX_PROTO_ENABLE=y UCX_NET_DEVICES=mlx5_0:1,mlx5_1:1 UCX_TLS=rc UCX_PROTO_INFO=y ./install-release-mt/bin/ucx_perftest 10.16.29.13 -t ucp_am_bw -s 2097152 -n 5000000 -e ``` server: ``` UCX_PROTO_ENABLE=y UCX_NET_DEVICES=mlx5_0:1,mlx5_1:1 UCX_PROTO_INFO=y ./install-release-mt/bin/ucx_perftest -e ``` ```...
> [@ivanallen](https://github.com/ivanallen) mlx5_1 does not have an IP address, is that expected? Yes, that is expected. We don't configure mlx5_1 and mlx5_3.