首页> 外文会议>International Parallel and Distributed Processing Symposium >Efficient Support for Two-Dimensional Data Distributions in Distributed Shared Memory Systems
【24h】

Efficient Support for Two-Dimensional Data Distributions in Distributed Shared Memory Systems

机译:有效支持分布式共享内存系统中的二维数据分布

获取原文

摘要

Despite their clear advantage in scalability, two-dimensional data distributions are not efficiently supported by current software distributed shared memory (SDSM) systems. This is because sharing between nodes occurs on both columns and rows. Sharing in two dimensions is not a good match for SDSM systems, because either a row- or column-major data layout of pages leads to (1) severe thrashing, if a strong memory consistency is used, or (2) exchange of unnecessary data between nodes, if a relaxed memory consistency is used. This paper examines two alternatives for efficiently supporting two-dimensional data distributions in SDSM systems. We develop two new page consistency protocols for this purpose. One protocol, called Explicit-2D, requires that the user or compiler explicitly identify truly shared elements within a page; the other, called Implicit-2D, infers such elements implicitly. Knowledge of truly shared elements allows the SDSM, at synchronization points, to send only truly shared data, which reduces diff sizes. As the problem size or the number of nodes grows, programs written using a two-dimensional distributions with our new protocols are superior to those using a one-dimensional one. The difference in our tests is as much as 12% for Red-Black SOR, and increases with the problem size and number of nodes.
机译:尽管在可扩展性中明显的优势,但是当前软件分布式共享存储器(SDSM)系统无法有效地支持二维数据分布。这是因为节点之间的共享发生在两个列和行上。两个维度共享不是对SDSM系统的良好匹配,因为页面的行或列主要数据布局都会导致(1)严重延迟,如果使用了强大的内存一致性,或(2)交换不必要的数据节点之间,如果使用放松的内存一致性。本文研究了两个替代方法,以便有效地支持SDSM系统中的二维数据分布。我们为此目的开发两个新页面一致性协议。一个名为Explicit-2D的协议要求用户或编译器显式识别页面内的真正共享的元素;另一个称为Implicit-2D,隐含地infers。知识真正共享元素允许SDSM在同步点发送真正的共享数据,这减少了Diff尺寸。由于问题大小或节点的数量增长,使用具有我们新协议的二维分布编写的程序优于使用一维第一的分布。红黑色SOR的测试差异高达12%,并随着问题大小和节点数量而增加。

著录项

相似文献

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

客服邮箱:kefu@zhangqiaokeyan.com

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

  • 服务号