我需要有关使用 MPI 实现分布式图的建议
您碰巧知道任何强大的、公认的使用 MPI 实现分布式图的软件库吗?
我所说的分布式图是指其边和顶点可以以抽象方式分布在处理器集群上的图。
我需要一个好的例子来学习。
非常感谢。
Do you happen to know any robust, well-recongnised software library which implements distributed graphs using MPI?
What I mean by distributed graph is a graph whose edges and vertices can be distributed over a cluster of processors in an abstract manner.
I need a good example to learn from.
Thank you very much.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我知道唯一满足您需求的库是 Boost分布式图库:
The only library I'm aware of that meets your needs is the Boost distributed graph library: