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/inetcdf4.cpp

    r1134 r1138  
    44 
    55#include <boost/algorithm/string.hpp> 
     6// mpi_std.hpp 
     7#ifdef _usingEP 
     8#include "ep_declaration.hpp" 
     9#endif 
    610 
    711namespace xios 
     
    1822    } 
    1923    mpi = comm && !multifile; 
    20     MPI_Info m_info; 
     24    MPI_Info m_info = MPI_INFO_NULL_STD; 
    2125 
    2226    // The file format will be detected automatically by NetCDF, it is safe to always set NC_MPIIO 
Note: See TracChangeset for help on using the changeset viewer.