Changes between Version 47 and Version 48 of Next-GenOpenMPTransformation


Ignore:
Timestamp:
10/31/19 15:41:20 (7 years ago)
Author:
wuwenhao
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Next-GenOpenMPTransformation

    v47 v48  
    581581{{{
    582582#pragma omp master
    583 S
     583  BLOCK
    584584}}}
    585585
     
    588588{{{
    589589if (tid == 0) {
    590   translate(S);
     590  translate(BLOCK);
    591591}
    592592}}}