Changes between Version 67 and Version 68 of OpenMPTransformation


Ignore:
Timestamp:
05/02/17 13:33:07 (9 years ago)
Author:
ziqing
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • OpenMPTransformation

    v67 v68  
    197197  read (ptr into a_local[i]):
    198198    if (status is EMPTY) {
    199       copy a[1] to a_local[i];
     199      copy a[i] to a_local[i];
    200200      set a_status[i] to FULL;
    201201    }