Sciweavers

IPPS
1995
IEEE

Data parallel programming in an adaptive environment

13 years 8 months ago
Data parallel programming in an adaptive environment
For better utilization of computing resources, it is important to consider parallel programming environments in which the number of available processors varies at runtime. In this paper, we discuss runtime support for data parallel programming in such an adaptive environment. Executing data parallel programs in an adaptive environment requires redistributing data when the number of processors changes, and also requires determining new loop bounds and communication patterns for the new set of processors. We have developed a runtime library to provide this support. We also present performance results for a multiblock Navier-Stokes solver run on a network of workstations using PVM for message passing. Our experiments show that if the number of processors is not varied frequently, the cost of data redistribution is not signi cant compared to the time required for the actual computations.
Guy Edjlali, Gagan Agrawal, Alan Sussman, Joel H.
Added 26 Aug 2010
Updated 26 Aug 2010
Type Conference
Year 1995
Where IPPS
Authors Guy Edjlali, Gagan Agrawal, Alan Sussman, Joel H. Saltz
Comments (0)