Changes between Version 61 and Version 62 of OpenMPTransformation


Ignore:
Timestamp:
10/14/14 17:43:25 (12 years ago)
Author:
zmanchun
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • OpenMPTransformation

    v61 v62  
    8888  int location; // location in model of construct
    8989  _Bool arrived; // has this thread arrived yet?
     90  $domain loop_dom;// full loop domain; null if not loop
    9091  $domain subdomain; // tasks this thread must do
    9192} $omp_work_record;