Ignore:
Timestamp:
04/21/17 13:53:33 (7 years ago)
Author:
yushan
Message:

From ADA, test_omp (test_client + openmp) OK. Todo: add field_C

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/branch_yushan/src/transformation/grid_transformation_factory_impl.hpp

    r1079 r1101  
    6262  static bool unregisterTransformation(ETranformationType transType); 
    6363  static bool initializeTransformation_; 
    64   //#pragma omp threadprivate(initializeTransformation_) 
     64  #pragma omp threadprivate(initializeTransformation_) 
    6565}; 
    6666 
     
    8787     ERROR("CGridTransformationFactory::createTransformation(ETranformationType transType)", 
    8888           << "Transformation type " << transType 
    89            << "doesn't exist. Please define."); 
     89           << " doesn't exist. Please define."); 
    9090  } 
    9191  return (it->second)(gridDst, gridSrc, transformation, elementPositionInGrid, 
Note: See TracChangeset for help on using the changeset viewer.