Ignore:
Timestamp:
11/15/17 12:14:34 (7 years ago)
Author:
yushan
Message:

dev_omp

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/branch_openmp/src/timer.hpp

    r1205 r1328  
    2020      void reset(void); 
    2121      double getCumulatedTime(void); 
    22       static std::map<std::string,CTimer> allTimer; 
    23  
     22      //static std::map<std::string,CTimer> allTimer; 
    2423      static std::map<std::string,CTimer> *allTimer_ptr; 
    25       #pragma omp threadprivate(allTimer_ptr) 
    26        
    2724      static double getTime(void); 
    2825      static CTimer& get(std::string name); 
Note: See TracChangeset for help on using the changeset viewer.