Ignore:
Timestamp:
11/19/18 15:52:54 (5 years ago)
Author:
yushan
Message:

branch_openmp merged with trunk r1597

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/dev_trunk_omp/src/group_factory.hpp

    r1542 r1601  
    6666 
    6767         /// Propriétés statiques /// 
    68          static StdString CurrContext; 
     68         static StdString *CurrContext_ptr; 
     69         #pragma omp threadprivate(CurrContext_ptr) 
    6970 
    7071   }; // class CGroupFactory 
Note: See TracChangeset for help on using the changeset viewer.