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

    r1545 r1642  
    108108         static xios_map<StdString, 
    109109                xios_map<StdString, 
    110                 std::shared_ptr<DerivedType> > > *AllMapObj_ptr; 
    111          #pragma omp threadprivate(AllMapObj_ptr) 
     110                std::shared_ptr<DerivedType> > > AllMapObj; 
    112111         static xios_map<StdString, 
    113                 std::vector<std::shared_ptr<DerivedType> > > *AllVectObj_ptr; 
    114          #pragma omp threadprivate(AllVectObj_ptr) 
     112                std::vector<std::shared_ptr<DerivedType> > > AllVectObj; 
    115113 
    116          static xios_map< StdString, long int > *GenId_ptr ; 
    117          #pragma omp threadprivate(GenId_ptr) 
     114         static xios_map< StdString, long int > GenId ; 
    118115 
    119116   }; // class CObjectTemplate 
Note: See TracChangeset for help on using the changeset viewer.