Ignore:
Timestamp:
11/19/18 16:28:03 (5 years ago)
Author:
yushan
Message:

branch_openmp merged with trunk r1597

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/dev_trunk_omp/extern/remap/src/timerRemap.hpp

    r694 r1602  
    2626    double getCumulatedTime(void); 
    2727    void print(void); 
    28     static map<string,CTimer*> allTimer; 
     28    //static map<string,CTimer*> allTimer; 
     29    static map<string,CTimer*> *allTimer_ptr; 
     30    #pragma omp threadprivate(allTimer_ptr) 
    2931    static double getTime(void); 
    3032    static CTimer& get(string name); 
Note: See TracChangeset for help on using the changeset viewer.