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

    r1545 r1642  
    8383      int nbFaces_; 
    8484 
    85       static std::map <StdString, CMesh> *meshList_ptr; 
    86       #pragma omp threadprivate(meshList_ptr) 
    87       static std::map <StdString, vector<int> > *domainList_ptr; 
    88       #pragma omp threadprivate(domainList_ptr) 
     85      static std::map <StdString, CMesh> meshList; 
     86      static std::map <StdString, vector<int> > domainList; 
    8987      CClientClientDHTSizet* pNodeGlobalIndex;                    // pointer to a map <nodeHash, nodeIdxGlo> 
    9088      CClientClientDHTSizet* pEdgeGlobalIndex;                    // pointer to a map <edgeHash, edgeIdxGlo> 
Note: See TracChangeset for help on using the changeset viewer.