Ignore:
Timestamp:
10/04/17 11:45:14 (7 years ago)
Author:
yushan
Message:

EP updated

Location:
XIOS/dev/branch_openmp/src/io
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/branch_openmp/src/io/inetcdf4.cpp

    r1172 r1287  
    2323 
    2424    mpi = comm && !multifile; 
    25     MPI_Info m_info = MPI_INFO_NULL_STD; 
     25    MPI_Info m_info = MPI_INFO_NULL.mpi_info; 
    2626 
    2727    // The file format will be detected automatically by NetCDF, it is safe to always set NC_MPIIO 
  • XIOS/dev/branch_openmp/src/io/onetcdf4.cpp

    r1205 r1287  
    5656            CTimer::get("Files : create").resume(); 
    5757            if (wmpi) 
    58                CNetCdfInterface::createPar(filename, mode, *comm, MPI_INFO_NULL_STD, this->ncidp); 
     58               CNetCdfInterface::createPar(filename, mode, *comm, MPI_INFO_NULL.mpi_info, this->ncidp); 
    5959            else 
    6060               CNetCdfInterface::create(filename, mode, this->ncidp); 
     
    6868            CTimer::get("Files : open").resume(); 
    6969            if (wmpi) 
    70                CNetCdfInterface::openPar(filename, mode, *comm, MPI_INFO_NULL_STD, this->ncidp); 
     70               CNetCdfInterface::openPar(filename, mode, *comm, MPI_INFO_NULL.mpi_info, this->ncidp); 
    7171            else 
    7272               CNetCdfInterface::open(filename, mode, this->ncidp); 
Note: See TracChangeset for help on using the changeset viewer.