Ignore:
Timestamp:
01/23/19 10:31:44 (5 years ago)
Author:
yushan
Message:

dev on ADA. add flag switch _usingEP/_usingMPI

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/branch_openmp/src/transformation/domain_algorithm_interpolate.hpp

    r1540 r1642  
    99#ifndef __XIOS_DOMAIN_ALGORITHM_INTERPOLATE_HPP__ 
    1010#define __XIOS_DOMAIN_ALGORITHM_INTERPOLATE_HPP__ 
    11 #include "mpi_std.hpp" 
     11 
    1212#include "domain_algorithm_transformation.hpp" 
    1313#include "transformation.hpp" 
     
    7171  public: 
    7272    WriteNetCdf(const StdString& filename, const ep_lib::MPI_Comm comm); 
    73     WriteNetCdf(const StdString& filename, bool exist, const ep_lib::MPI_Comm comm); 
    7473    int addDimensionWrite(const StdString& name, const StdSize size = UNLIMITED_DIM); 
    7574    int addVariableWrite(const StdString& name, nc_type type, 
Note: See TracChangeset for help on using the changeset viewer.