Ignore:
Timestamp:
04/21/17 13:53:33 (7 years ago)
Author:
yushan
Message:

From ADA, test_omp (test_client + openmp) OK. Todo: add field_C

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/branch_yushan/src/object_template.hpp

    r1087 r1101  
    106106         // static xios_map< StdString, long int > GenId ; 
    107107 
    108          // xios_map<StdString, xios_map<StdString, boost::shared_ptr<DerivedType> > > AllMapObj; 
    109          // xios_map<StdString, std::vector<boost::shared_ptr<DerivedType> > > AllVectObj; 
    110          // xios_map< StdString, long int > GenId ; 
    111108 
    112109         static xios_map<StdString, xios_map<StdString, boost::shared_ptr<DerivedType> > > *AllMapObj; 
    113110         static xios_map<StdString, std::vector<boost::shared_ptr<DerivedType> > > *AllVectObj; 
    114111         static xios_map< StdString, long int > *GenId; 
    115  
    116112         #pragma omp threadprivate(AllMapObj, AllVectObj, GenId) 
    117113 
Note: See TracChangeset for help on using the changeset viewer.