释义 |
ConCoord ConCoord (programming, parallel)An environment for programmingnetworks of sequential and parallel computers. ConCoordoffers two contributions to concurrent programming. First,it supports explicit exploitation of a variety of grains ofconcurrency. Second, it separates the treatment of sequentialand of concurrent aspects of programming into computation and"coordination" respectively. Sequential algorithms can bereused within computation and concurrent ones withincoordination. |