Changes between Version 64 and Version 65 of OpenMPTransformation


Ignore:
Timestamp:
03/29/15 23:21:33 (11 years ago)
Author:
mrogers
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • OpenMPTransformation

    v64 v65  
    622622  $omp_gshared x_gshared = $omp_gshared_create(gteam, &x);
    623623
    624   *arr = (stack *)malloc(_nthreads * sizeof(stack))
     624  arr = (stack *)malloc(_nthreads * sizeof(stack))
    625625
    626626  $parfor (int _tid : {0..nthreads-1}) {