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

test_remap OK with openmp

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/branch_yushan_merged/extern/remap/src/parallel_tree.cpp

    r923 r1155  
    1616 
    1717static const int assignLevel = 2; 
     18 
     19extern CRemapGrid srcGrid; 
     20#pragma omp threadprivate(srcGrid) 
     21 
     22extern CRemapGrid tgtGrid; 
     23#pragma omp threadprivate(tgtGrid) 
    1824 
    1925// only the circle is packed, rest of node will be initialized on unpacking 
Note: See TracChangeset for help on using the changeset viewer.