Ignore:
Timestamp:
06/25/19 16:14:54 (5 years ago)
Author:
yushan
Message:

MARK: Dynamic workflow graph developement. Branch up to date with trunk @1663.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/dev_trunk_omp/src/filter/garbage_collector.hpp

    r1671 r1677  
    2121    void virtual invalidate(Time timestamp) = 0; 
    2222   
    23     static int count; //!< Counter used to identify a filter in case building workflow graph 
    24     #pragma omp threadprivate(count) 
     23     
     24 
     25    static int filterIdGenerator; 
     26    #pragma omp threadprivate(filterIdGenerator) 
     27 
     28     
    2529     
    2630  }; // struct InvalidableObject 
Note: See TracChangeset for help on using the changeset viewer.