Ignore:
Timestamp:
03/09/17 18:31:07 (7 years ago)
Author:
yushan
Message:

Preperation for merge from trunk

File:
1 edited

Legend:

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

    r1069 r1070  
    4747         wmpi = comm && !multifile; 
    4848          
    49          //ep_lib::MPI_Info info_null; 
    5049 
    5150         if (wmpi) 
     
    5756            if (wmpi) 
    5857            { 
    59                // printf("start creating file with createPar\n"); 
    60                //CNetCdfInterface::createPar(filename, mode, static_cast<MPI_Comm>(comm->mpi_comm), static_cast<MPI_Info>(info_null.mpi_info), this->ncidp); 
    6158               CNetCdfInterface::createPar(filename, mode, static_cast<MPI_Comm>(comm->mpi_comm), MPI_INFO_NULL_STD, this->ncidp); 
    62                // printf("creating file with createPar\n"); 
    6359            } 
    6460            else 
    6561            { 
    6662               CNetCdfInterface::create(filename, mode, this->ncidp); 
    67                // printf("creating file with create\n");   
    6863            }   
    6964                
     
    7671            if (wmpi) 
    7772            { 
    78 //               printf("start opening file with openPar\n"); 
    79                // CNetCdfInterface::openPar(filename, mode, static_cast<MPI_Comm>(comm->mpi_comm), static_cast<MPI_Info>(info_null.mpi_info), this->ncidp); 
    8073               CNetCdfInterface::openPar(filename, mode, static_cast<MPI_Comm>(comm->mpi_comm), MPI_INFO_NULL_STD, this->ncidp); 
    81 //               printf("opening file with openPar\n"); 
    8274            } 
    8375            else 
    8476            { 
    8577               CNetCdfInterface::open(filename, mode, this->ncidp); 
    86                // printf("opening file with open\n"); 
    8778            } 
    8879 
Note: See TracChangeset for help on using the changeset viewer.