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

    r1134 r1138  
    1212#include "exception.hpp" 
    1313#include "uuid.hpp" 
     14// mpi.hpp 
    1415 
    1516namespace xios 
     
    2829      CNc4DataOutput::CNc4DataOutput 
    2930         (CFile* file, const StdString & filename, bool exist, bool useClassicFormat, bool useCFConvention, 
    30           ep_lib::MPI_Comm comm_file, bool multifile, bool isCollective, const StdString& timeCounterName) 
     31          ::MPI_Comm comm_file, bool multifile, bool isCollective, const StdString& timeCounterName) 
    3132            : SuperClass() 
    3233            , SuperClassWriter(filename, exist, useClassicFormat, useCFConvention, &comm_file, multifile, timeCounterName) 
     
    463464      StdString domainName = domain->name; 
    464465      domain->assignMesh(domainName, domain->nvertex); 
    465       domain->mesh->createMeshEpsilon(static_cast<MPI_Comm>(server->intraComm.mpi_comm), domain->lonvalue_srv, domain->latvalue_srv, domain->bounds_lon_srv, domain->bounds_lat_srv); 
     466      domain->mesh->createMeshEpsilon(static_cast< ::MPI_Comm >(server->intraComm.mpi_comm), domain->lonvalue_srv, domain->latvalue_srv, domain->bounds_lon_srv, domain->bounds_lat_srv); 
    466467 
    467468      StdString node_x = domainName + "_node_x"; 
Note: See TracChangeset for help on using the changeset viewer.