学位论文详细信息
Adaptive strategy for one-sided communication in MPICH2
One-sided Communication;MPI implementation;Synchronization;Adaptive Strategy;Message Passing Interface (MPI)
Zhao, Xin ; Gropp ; William D.
关键词: One-sided Communication;    MPI implementation;    Synchronization;    Adaptive Strategy;    Message Passing Interface (MPI);   
Others  :  https://www.ideals.illinois.edu/bitstream/handle/2142/31986/Zhao_Xin.pdf?sequence=1&isAllowed=y
美国|英语
来源: The Illinois Digital Environment for Access to Learning and Scholarship
PDF
【 摘 要 】

The one-sided communication model (or remote memory access) supported by MPI-2 is more convenient to use than the regular two-sided send/receive communication model, because it allows the sender to specify all data transfer parameters and avoids the receiver to be explicitly involved in data receiving. One-sided communication model also has potential to provide higher performance. The MPI-2 standard provides flexibility about when RMA operations can be issued and completed, which makes the MPI implementation possible to be optimized internally. The current MPICH2 implementation uses a lazy approach to issue one-sided operations by queuing the operations and issuing them during the later synchronization phase. This has certain benefits with respect to short operations in terms of reduced network operations. For large data transfers, issuing operations in an eager fashion could be more beneficial as well as provide more scope for overlapping communication and computation. In this thesis we describe the design and implementation of an adaptive approach for all three synchronization mechanisms defined in MPI: fence, post-start-complete-wait, and lock-unlock. We evaluate our implementation with both micro benchmarks and the Graph500 benchmark to demonstrate the performance impact of our approach. The performance results show that our hybrid approach performs as good as the lazy approach for small data transfers and achieves performance similar to the eager approach for large data transfers, and its overlapping percentage is good.

【 预 览 】
附件列表
Files Size Format View
Adaptive strategy for one-sided communication in MPICH2 731KB PDF download
  文献评价指标  
  下载次数:11次 浏览次数:28次