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/io/netCdfInterface.hpp

    r1545 r1642  
    1010#define __NETCDF_INTERFACE_HPP_ 
    1111 
    12 #include "mpi_std.hpp" 
    1312#include "xios_spl.hpp" 
    1413 
     
    1716#endif 
    1817 
    19  
     18#include "mpi.hpp" 
    2019#include "netcdf.hpp" 
    2120 
     
    3332 
    3433    //! Create a netcdf file on a parallel file system 
    35     static int createPar(const StdString& path, int cmode, MPI_Comm comm, MPI_Info info, int& ncId); 
     34    static int createPar(const StdString& path, int cmode, ep_lib::MPI_Comm comm, ep_lib::MPI_Info info, int& ncId); 
    3635 
    3736    //! Open a netcdf file 
     
    3938 
    4039    //! Open a netcdf file 
    41     static int openPar(const StdString& path, int cmode, MPI_Comm comm, MPI_Info info, int& ncId); 
     40    static int openPar(const StdString& path, int cmode, ep_lib::MPI_Comm comm, ep_lib::MPI_Info info, int& ncId); 
    4241 
    4342    //! Close a netcdf file 
Note: See TracChangeset for help on using the changeset viewer.