Ignore:
Timestamp:
11/19/18 15:52:54 (5 years ago)
Author:
yushan
Message:

branch_openmp merged with trunk r1597

File:
1 edited

Legend:

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

    r1542 r1601  
    44/// XIOS headers /// 
    55#include "xios_spl.hpp" 
     6#include "mpi_std.hpp" 
    67#include "onetcdf4.hpp" 
    78#include "data_output.hpp" 
     
    2728               (CFile* file, const StdString & filename, bool exist, bool useClassicFormat, 
    2829                bool useCFConvention, 
    29                 MPI_Comm comm_file, bool multifile, bool isCollective = true, 
     30                ep_lib::MPI_Comm comm_file, bool multifile, bool isCollective = true, 
    3031                const StdString& timeCounterName = "time_counter"); 
    3132 
     
    117118 
    118119            /// Propriétés privées /// 
    119             MPI_Comm comm_file; 
     120            ep_lib::MPI_Comm comm_file; 
    120121            const StdString filename; 
    121122            std::map<Time, StdSize> timeToRecordCache; 
Note: See TracChangeset for help on using the changeset viewer.