Ignore:
Timestamp:
11/20/17 09:49:26 (6 years ago)
Author:
yushan
Message:

omp_dev

File:
1 edited

Legend:

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

    r1331 r1334  
    6969 
    7070         /// Propriétés statiques /// 
    71          static StdString CurrContext; 
    72 //         #pragma omp threadprivate(CurrContext) 
     71         static StdString *CurrContext_ptr; 
     72         #pragma omp threadprivate(CurrContext_ptr) 
    7373 
    7474   }; // class CGroupFactory 
Note: See TracChangeset for help on using the changeset viewer.