Ignore:
Timestamp:
05/02/17 16:20:47 (7 years ago)
Author:
yushan
Message:

test_omp OK

File:
1 edited

Legend:

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

    r1095 r1109  
    211211       private: 
    212212         static bool initializeTransformationMap(std::map<StdString, ETranformationType>& m); 
    213          static std::map<StdString, ETranformationType> transformationMapList_; 
    214          static bool _dummyTransformationMapList; 
     213         static bool initializeTransformationMap(); 
     214         //static std::map<StdString, ETranformationType> transformationMapList_; 
     215  
     216         static std::map<StdString, ETranformationType> *transformationMapList_ptr; 
     217         #pragma omp threadprivate(transformationMapList_ptr) 
     218 
     219         //static bool _dummyTransformationMapList; 
    215220         //#pragma omp threadprivate(_dummyTransformationMapList) 
    216221 
Note: See TracChangeset for help on using the changeset viewer.