Ignore:
Timestamp:
06/06/17 17:09:31 (7 years ago)
Author:
yushan
Message:

branch re-merged with trunk @1156

File:
1 edited

Legend:

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

    r1156 r1157  
    5757            CTimer::get("Files : create").resume(); 
    5858            if (wmpi) 
    59                //CNetCdfInterface::createPar(filename, mode, static_cast<MPI_Comm>(comm->mpi_comm), MPI_INFO_NULL_STD, this->ncidp);            
    60                CNetCdfInterface::createPar(filename, mode, *comm, MPI_INFO_NULL_STD, this->ncidp);            
     59               CNetCdfInterface::createPar(filename, mode, *comm, MPI_INFO_NULL_STD, this->ncidp); 
    6160            else 
    6261               CNetCdfInterface::create(filename, mode, this->ncidp); 
Note: See TracChangeset for help on using the changeset viewer.