1 / 11

A Performance Model of Many-to-One Collective Communications for Parallel Computing 

A Performance Model of Many-to-One Collective Communications for Parallel Computing . Alexey Lastovetsky, Maureen O’Flynn UCD School of Computer Science and Informatics Belfield, Dublin 4, Ireland alexey.lastovetsky@ucd.ie, maureen.oflynn@ucd.ie. Objectives.

alevy
Download Presentation

A Performance Model of Many-to-One Collective Communications for Parallel Computing 

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. A Performance Model of Many-to-One Collective Communications for Parallel Computing  Alexey Lastovetsky, Maureen O’Flynn UCD School of Computer Science and Informatics Belfield, Dublin 4, Ireland alexey.lastovetsky@ucd.ie, maureen.oflynn@ucd.ie

  2. Objectives • Goal: prediction of the execution time of MPI collective communications on a heterogeneous cluster based on a switched Ethernet • Background: performance models of single point-to-point, simultaneous independent point-to-point, one-to-many communications • Observation: a significant increase in the execution time of many-to-one communication for medium-sized messages on all platforms and MPI implementations • Problem: to model many-to-one communications for medium-sized messages

  3. Performance models for point-to-pointand one-to-many communications • point-to-point: - execution time - message size - fixed delays - variable delays - transmission rate • one-to-many:

  4. Many-to-one collective communications:non-linear and non-deterministic escalations 0.250.2 Seconds 0.04 .00001 0 10 20 30 40 50 60 70 80 90 Message size in KB

  5. T3 T2 T1 M1 MC M2 Parameters of many-to-one modelfor medium-sized messages message size where escalations begin message size where escalations stop occuring message size from which escalations occur with 100% certainty probabilities of escalations

  6. Probability of escalation • Discrete constant levels of escalation of values of 40, 200 and 250 times • Probability of escalation to level is found

  7. Many-to-one model for small messages Many-to-One Model for Small Messages

  8. Many-to-one model for large messages

  9. M2 Mc M1 n1 n2 Multi-spectral satellite application • A typical real-time satellite imaging application (512x512 bytes) • A sequence of raw data images divided into partitions for parallel processing by a cluster

  10. Redesigning Application • Calculate the number of sub-partitions m of a partition of the medium size M so that: • Replace MPI_Gatherwith sequence of MPI_Gatherfor smaller messages

  11. Conclusion • Results • previously undocumented non-linear non-deterministic behaviour for medium messages is analysed • many-to-one model is built on the empirical data and point-to-point model • parallel application is redesigned in accordance with many-to-one model The work was supported by Science Foundation Ireland.

More Related