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_input.cpp

    r1064 r1138  
    88#include "scalar.hpp" 
    99 
     10// mpi.hpp 
     11 
    1012namespace xios 
    1113{ 
    12   CNc4DataInput::CNc4DataInput(const StdString& filename, MPI_Comm comm_file, bool multifile, bool isCollective /*= true*/, const StdString& timeCounterName /*= "time_counter"*/) 
     14  CNc4DataInput::CNc4DataInput(const StdString& filename, ::MPI_Comm comm_file, bool multifile, bool isCollective /*= true*/, const StdString& timeCounterName /*= "time_counter"*/) 
    1315    : SuperClass() 
    1416    , SuperClassWriter(filename, &comm_file, multifile, timeCounterName) 
Note: See TracChangeset for help on using the changeset viewer.