Title of article :
Transparent Adaptive Parallelism on NOWs using OpenMP
Author/Authors :
Scherer، Alex نويسنده , , Lu، Honghui نويسنده , , Gross، Thomas نويسنده , , Zwaenepoel، Willy نويسنده ,
Issue Information :
روزنامه با شماره پیاپی سال 1999
Pages :
-95
From page :
96
To page :
0
Abstract :
We present a system that allows OpenMP programs to execute on a network of workstations with a variable number of nodes. The ability to adapt lo a variable number of nodes allows a program to take advantage of additional nodes that become available after it starts execution, or to gracefully scale down when the number of available nodes is reduced. We demonstrate that the cost of adaptation is modest; the system allows a program to adapt at a moderate rate without much performance loss. Two ideas underlie the efficiency of our design. First, we recognize that OpenMP programs exhibit convenient adaptation points during their execution, points at which the cost of adaptation can be much reduced. Second, by allowing a process a certain grace period before it must leave a nodewe insure that most adaptations can occur at these adaptation points, and thus at low cost. Migration of a process, a much more expensive method for providing adaptivity, is used only as a back-up solution, when the process cannot reach an adaptation point within the grace period. Our implementation consists of an OpenMP pre-processor that generates TreadMarks distributed shared memory (DSM) programs, and a version of TreadMarks modified to adapt to a variable number of nodes. Using a DSM as the underlying substrate facilitates the data (re-)distribution necessary after an adaptation.
Keywords :
Parallel Discrete Event Simulation , MPI-IO , Direct Execution. , Parallel Program Simulation , Application Scalability , MPI
Journal title :
A C M Sigplan (Programming Languages) Sigplan Notices
Serial Year :
1999
Journal title :
A C M Sigplan (Programming Languages) Sigplan Notices
Record number :
17179
Link To Document :
بازگشت