Ignore:
Timestamp:
11/19/18 16:28:03 (6 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/libmapper.cpp

    r694 r1602  
    1515#include "cputime.hpp" // cputime 
    1616 
     17using namespace ep_lib; 
     18 
    1719using namespace sphereRemap ; 
    1820 
     
    2022   and deallocated during the second step (computing the weights) */ 
    2123Mapper *mapper; 
    22  
     24#pragma omp threadprivate(mapper) 
    2325 
    2426/** xxx_bounds_yyy is of length n_vert_per_cell_xxx*n_cell_xxx 
Note: See TracChangeset for help on using the changeset viewer.