Ignore:
Timestamp:
11/15/17 12:14:34 (7 years ago)
Author:
yushan
Message:

dev_omp

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/branch_openmp/src/filter/spatial_transform_filter.hpp

    r1134 r1328  
    33 
    44#include "filter.hpp" 
    5  
    65namespace xios 
    76{ 
     
    106105      //static std::map<CGridTransformation*, boost::shared_ptr<CSpatialTransformFilterEngine> > engines; 
    107106      static std::map<CGridTransformation*, boost::shared_ptr<CSpatialTransformFilterEngine> > *engines_ptr; 
    108       #pragma omp threadprivate(engines_ptr) 
    109        
    110107  }; // class CSpatialTransformFilterEngine 
    111108} // namespace xios 
Note: See TracChangeset for help on using the changeset viewer.