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

    r1072 r1109  
    8787       private: 
    8888           static bool initializeTransformationMap(std::map<StdString, ETranformationType>& m); 
    89            static std::map<StdString, ETranformationType> transformationMapList_; 
    90            static bool dummyTransformationMapList_; 
    91            //#pragma omp threadprivate(dummyTransformationMapList_) 
     89           static bool initializeTransformationMap(); 
     90            
     91           //static std::map<StdString, ETranformationType> transformationMapList_; 
     92           //static bool dummyTransformationMapList_; 
     93 
     94           static std::map<StdString, ETranformationType> *transformationMapList_ptr; 
     95           #pragma omp threadprivate(transformationMapList_ptr) 
    9296 
    9397 
Note: See TracChangeset for help on using the changeset viewer.