首页> 外文会议>2011 25th IEEE International Parallel Distributed Processing Symposium >DryadOpt: Branch-and-Bound on Distributed Data-Parallel Execution Engines
【24h】

DryadOpt: Branch-and-Bound on Distributed Data-Parallel Execution Engines

机译:DryadOpt:分布式数据并行执行引擎上的分支定界

获取原文

摘要

We introduce Dryad Opt, a library that enables massively parallel and distributed execution of optimization algorithms for solving hard problems. Dryad Opt performs an exhaustive search of the solution space using branch-and-bound, by recursively splitting the original problem into many simpler sub problems. It uses both parallelism (at the core level) and distributed execution (at the machine level). Dryad Opt provides a simple yet powerful interface to its users, who only need to implement sequential code to process individual sub problems (either by solving them in full or generating new sub problems). The parallelism and distribution are handled automatically by Dryad Opt, and are invisible to the user. The distinctive feature of our system is that it is implemented on top of Dryad LINQ, a distributed data-parallel execution engine similar to Hadoop and Map-Reduce. Despite the fact that these engines offer a constrained application model, with restricted communication patterns, our experiments show that careful design choices allow Dryad Opt to scale linearly with the number of machines, with very little overhead.
机译:我们引入了Dryad Opt,这是一个可以大规模并行和分布式执行优化算法来解决难题的库。 Dryad Opt通过将原始问题递归地分解为许多更简单的子问题,从而使用分支定界方法对解决方案空间进行了详尽的搜索。它同时使用并行性(在核心级别)和分布式执行(在机器级别)。 Dryad Opt为用户提供了一个简单而强大的界面,这些用户只需实施顺序代码即可处理单个子问题(通过完全解决它们或生成新的子问题)。并行性和分布由Dryad Opt自动处理,并且对用户不可见。我们系统的独特之处在于它是在Dryad LINQ之上实现的,Dryad LINQ是类似于Hadoop和Map-Reduce的分布式数据并行执行引擎。尽管这些引擎提供了受约束的应用程序模型,并且通信模式受到限制,但我们的实验表明,精心的设计选择使Dryad Opt可以随机器数量线性扩展,而开销却很小。

著录项

相似文献

  • 外文文献
  • 中文文献
  • 专利
获取原文

客服邮箱:kefu@zhangqiaokeyan.com

京公网安备:11010802029741号 ICP备案号:京ICP备15016152号-6 六维联合信息科技 (北京) 有限公司©版权所有
  • 客服微信

  • 服务号