Coordination in Parallel Programs

Coordination refers to those features of parallel programs involving multiple processes, namely communication, synchronization, and scheduling. For simple programs with regular data access patterns, coordination structures can be determined at compile time and require little runtime support. For applications with irregular data access patterns, for example, loops that iterate over portions of an array or dynamic data structures, some coordination decisions are best left until runtime, necessitating more powerful runtime support and more sophisticated compile-time analysis. In this project, coordination is provided by Delirium, a coordination language for expressing scheduling and communication patterns, by adaptive runtime scheduling, and by Multipol, a distributed data structure library.

Some of the software developed in this project is being integrated with other parallel software efforts at Berkeley through the Castle Project.

Faculty

Susan L. Graham
Katherine A. Yelick

Students

Soumen Chakrabarti, soumen@CS.Berkeley.EDU
Karl Czajkowski, karlcz@cory.CS.Berkeley.EDU
Etienne Deprit, deprit@CS.Berkeley.EDU
Eun-Jin Im, ejim@CS.Berkeley.EDU
Arvind Krishnamurthy, arvindk@CS.Berkeley.EDU
Beth Seamans, seamans@cory.CS.Berkeley.EDU
Randi Thomas, randit@cory.CS.Berkeley.EDU
Robert Wahbe, rwahbe@CS.Berkeley.EDU.
Chih-Po Wen, cpwen@CS.Berkeley.EDU

Graduates of the group

Steve Lucco, lucco@CS.Berkeley.EDU, now working at CMU.
Oliver Sharp, oliver@CS.Berkeley.EDU.
Jeff Jones, jjones@CS.Berkeley.EDU, now working at Hyperparallel.
Steve Steinberg, sgs@CS.Berkeley.EDU, now working at Wired Magazine .
Ruth Hinkins, rlhinkins@lbl.gov, now working at Lawrence Berkeley Laboratory .

Application studies are used extensively in this project to test our ideas. Some of the recent applications include: the Grobner basis problem, timing level circuit simulation, the phylogeny problem, magnet simulation, and cell simulation. Here is a short movie from the cell simulation, which shows platelets flowing through an artery.


Here are some of the talks and papers related to the Coordination project.