Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

async [at (place)] 

           [ phased [(ph1<mode1>, ...)] ]  

           [ await (ddf1, ...) ]  

           [ seq (condition) ]  Stmt 

Asynchronously start a new child task to execute Stmt

...

Programmer inserts calls of the form, perf.addLocalOpsdoWork(Nn), in sequential codewithin tasks to denote n units of work

HJ implementation computes total work and critical path length in units of programmer’s local opswork specified by the programmer’s calls to perf.doWork(n)