Sciweavers

SIAMCOMP
2010

Analysis of Delays Caused by Local Synchronization

12 years 11 months ago
Analysis of Delays Caused by Local Synchronization
Synchronization is often necessary in parallel computing, but it can create delays whenever the receiving processor is idle, waiting for the information to arrive. This is especially true for barrier, or global, synchronization, in which every processor must synchronize with every other processor. Nonetheless, barriers are the only form of synchronization explicitly supplied in OpenMP, and they occur whenever collective communication operations are used in MPI. Many applications do not actually require global synchronization; local synchronization, in which a processor synchronizes only with those processors from or to which information or resources are needed, is often adequate. However, when tasks take varying amounts of time the behavior of a system under local synchronization is more difficult to analyze since processors do not start tasks at the same time. We show that when the synchronization dependencies form a directed cycle and the task times are geometrically distributed wit...
Julia Lipman, Quentin F. Stout
Added 21 May 2011
Updated 21 May 2011
Type Journal
Year 2010
Where SIAMCOMP
Authors Julia Lipman, Quentin F. Stout
Comments (0)