Ignore:
Timestamp:
05/18/17 17:40:03 (7 years ago)
Author:
yushan
Message:

test_remap back to work. No thread for now

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/branch_yushan_merged/src/io/nc4_data_output.hpp

    r1134 r1138  
    66#include "onetcdf4.hpp" 
    77#include "data_output.hpp" 
     8// mpi_std.hpp 
    89 
    910namespace xios 
     
    2627            CNc4DataOutput 
    2728               (CFile* file, const StdString & filename, bool exist, bool useClassicFormat, 
    28                 bool useCFConvention, 
    29                 ep_lib::MPI_Comm comm_file, bool multifile, bool isCollective = true, 
    30                 const StdString& timeCounterName = "time_counter"); 
     29                bool useCFConvention, MPI_Comm comm_file, bool multifile,  
     30                bool isCollective = true, const StdString& timeCounterName = "time_counter"); 
    3131 
    3232            CNc4DataOutput(const CNc4DataOutput & dataoutput);       // Not implemented. 
     
    116116 
    117117            /// Propriétés privées /// 
    118             ep_lib::MPI_Comm comm_file; 
     118            MPI_Comm comm_file; 
    119119            const StdString filename; 
    120120            std::map<Time, StdSize> timeToRecordCache; 
Note: See TracChangeset for help on using the changeset viewer.