Ignore:
Timestamp:
11/16/17 16:20:41 (6 years ago)
Author:
yushan
Message:

dev_omp

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/branch_openmp/src/node/domain.hpp

    r1328 r1331  
    217217         static bool initializeTransformationMap(std::map<StdString, ETranformationType>& m); 
    218218         static bool initializeTransformationMap(); 
    219          //static std::map<StdString, ETranformationType> transformationMapList_; 
    220219         static std::map<StdString, ETranformationType> *transformationMapList_ptr; 
     220         #pragma omp threadprivate(transformationMapList_ptr) 
    221221         static bool _dummyTransformationMapList; 
     222         #pragma omp threadprivate(_dummyTransformationMapList) 
    222223 
    223224         DECLARE_REF_FUNC(Domain,domain) 
Note: See TracChangeset for help on using the changeset viewer.