Ignore:
Timestamp:
06/18/18 20:32:55 (6 years ago)
Author:
yushan
Message:

branch_openmp merged with trunk r1544

File:
1 edited

Legend:

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

    r1520 r1545  
    4949         } 
    5050         wmpi = comm && !multifile; 
    51          ep_lib::MPI_Info info_null; 
    5251 
    5352         if (wmpi) 
     
    5958            CTimer::get("Files : create").resume(); 
    6059            if (wmpi) 
    61                CNetCdfInterface::createPar(filename, mode, to_mpi_comm((*comm)->mpi_comm), to_mpi_info(info_null), this->ncidp); 
     60               CNetCdfInterface::createPar(filename, mode, to_mpi_comm((*comm)->mpi_comm), to_mpi_info(MPI_INFO_NULL), this->ncidp); 
    6261            else 
    6362               CNetCdfInterface::create(filename, mode, this->ncidp); 
     
    7170            CTimer::get("Files : open").resume(); 
    7271            if (wmpi) 
    73                CNetCdfInterface::openPar(filename, mode, to_mpi_comm((*comm)->mpi_comm), to_mpi_info(info_null), this->ncidp); 
     72               CNetCdfInterface::openPar(filename, mode, to_mpi_comm((*comm)->mpi_comm), to_mpi_info(MPI_INFO_NULL), this->ncidp); 
    7473            else 
    7574               CNetCdfInterface::open(filename, mode, this->ncidp); 
Note: See TracChangeset for help on using the changeset viewer.