Ignore:
Timestamp:
01/23/19 10:31:44 (5 years ago)
Author:
yushan
Message:

dev on ADA. add flag switch _usingEP/_usingMPI

File:
1 edited

Legend:

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

    r1460 r1642  
    8383           TransMapTypes transformationMap_; 
    8484 
    85            void setTransformations(const TransMapTypes&); 
     85            void setTransformations(const TransMapTypes&); 
    8686 
    8787       private: 
    8888           static bool initializeTransformationMap(std::map<StdString, ETranformationType>& m); 
    89            static bool initializeTransformationMap(); 
    90            static std::map<StdString, ETranformationType> *transformationMapList_ptr; 
    91            #pragma omp threadprivate(transformationMapList_ptr) 
     89           static std::map<StdString, ETranformationType> transformationMapList_; 
    9290           static bool dummyTransformationMapList_; 
    93            #pragma omp threadprivate(dummyTransformationMapList_) 
    9491 
    9592 
Note: See TracChangeset for help on using the changeset viewer.