Ignore:
Timestamp:
11/16/17 16:20:41 (6 years ago)
Author:
yushan
Message:

dev_omp

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/branch_openmp/src/node/context.hpp

    r1328 r1331  
    206206 
    207207         // Context root 
    208          static shared_ptr<CContextGroup> root; 
     208         static shared_ptr<CContextGroup> *root_ptr; 
     209         #pragma omp threadprivate(root_ptr) 
    209210 
    210211         // Determine context on client or not 
Note: See TracChangeset for help on using the changeset viewer.