Ignore:
Timestamp:
11/15/17 12:14:34 (6 years ago)
Author:
yushan
Message:

dev_omp

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/branch_openmp/src/io/nc4_data_input.hpp

    r1138 r1328  
    33 
    44/// XIOS headers /// 
     5#include "mpi_std.hpp" 
    56#include "xios_spl.hpp" 
    67#include "data_input.hpp" 
    78#include "inetcdf4.hpp" 
    8 // mpi_std.hpp 
    99 
    1010namespace xios 
     
    2424 
    2525    /// Constructors /// 
    26     CNc4DataInput(const StdString& filename, MPI_Comm comm_file, bool multifile, bool isCollective = true, 
     26    CNc4DataInput(const StdString& filename, ep_lib::MPI_Comm comm_file, bool multifile, bool isCollective = true, 
    2727                  const StdString& timeCounterName = "time_counter"); 
    2828    CNc4DataInput(const CNc4DataInput& dataInput);       // Not implemented. 
     
    7171  private: 
    7272    /// Private attributes /// 
    73     MPI_Comm comm_file; 
     73    ep_lib::MPI_Comm comm_file; 
    7474    const StdString filename; 
    7575    bool isCollective; 
Note: See TracChangeset for help on using the changeset viewer.