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/axis.hpp

    r1103 r1109  
    166166       private: 
    167167         static bool initializeTransformationMap(std::map<StdString, ETranformationType>& m); 
    168           
    169          static std::map<StdString, ETranformationType> transformationMapList_; 
     168         //static bool initializeTransformationMap(std::map<StdString, ETranformationType>* m); 
     169         static bool initializeTransformationMap(); 
     170 
     171         //static std::map<StdString, ETranformationType> transformationMapList_; 
    170172          
    171173         static std::map<StdString, ETranformationType> *transformationMapList_ptr; 
    172174         #pragma omp threadprivate(transformationMapList_ptr) 
    173175 
    174          static bool dummyTransformationMapList_; 
    175          #pragma omp threadprivate(dummyTransformationMapList_) 
     176         //static bool dummyTransformationMapList_; 
     177         //#pragma omp threadprivate(dummyTransformationMapList_) 
    176178 
    177179         DECLARE_REF_FUNC(Axis,axis) 
     
    185187 
    186188#endif // __XIOS_CAxis__ 
     189 
Note: See TracChangeset for help on using the changeset viewer.