Changeset 109 for proiecte


Ignore:
Timestamp:
Jan 13, 2010, 5:25:46 PM (14 years ago)
Author:
(none)
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • proiecte/Parallel-DT/R8/Src/build.c

    r102 r109  
    410410        /*  For each available attribute, find the information and gain  */
    411411        /* THIS MUST BE PARALELIZED */
    412         #pragma omp parallel if (Lp - Fp > 500) shared(Possible, AvGain) private(thread_id, Att)
     412        #pragma omp parallel shared(Possible, AvGain) private(thread_id, Att)
    413413        {
    414414                        #pragma omp for private(Att) reduction(+:Possible, AvGain)
Note: See TracChangeset for help on using the changeset viewer.