Changeset 104 for proiecte


Ignore:
Timestamp:
Jan 12, 2010, 9:13:48 PM (14 years ago)
Author:
(none)
Message:
 
File:
1 edited

Legend:

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

    r85 r104  
    5353        ClassNo c;
    5454
    55         #pragma omp parallel for private(v)
    5655        ForEach(v, 0, MaxVal) {
    5756                ForEach(c, 0, MaxClass) {
     
    118117         info of each of the subsets formed by the test  */
    119118
    120         //#pragma omp parallel for reduction(+:ThisInfo)
    121119        ForEach(v, 1, MaxVal) {
    122120                ThisInfo += TotalInfo(Freq[v], 0, MaxClass);
Note: See TracChangeset for help on using the changeset viewer.