Author_Institution :
Dept. of Comput. Sci., Courant Inst. of Math. Sci., New York Univ., NY, USA
Abstract :
Studies the execution of a Fortran DO loop, modeled as an iteration space and several dependence vectors, on an asynchronous shared-memory multiprocessor, where each iteration is the basic unit to be executed by a single processing element. During the execution of a DO loop, an iteration will pass through four states, namely, idle, pending, ready, and finished states. By describing an execution scheme, the paper studies (1) the number of iterations not depending on any other iterations, (2) the maximum number of ready iterations at any instance during the execution, (3) the maximum number of pending iterations at any instance during the execution, (4) a hash function to disperse different pending iterations, and (5) the parallel execution time
Keywords :
FORTRAN; parallel algorithms; parallel programming; DO loops; Fortran DO loop; asynchronous multiprocessors; dependence vectors; execution scheme; iteration space; parallel execution; Computer science; Mathematical model; Parallel processing; Processor scheduling; Systolic arrays; VLIW; Vector processors;