Ignore:
Timestamp:
04/18/11 11:30:27 (13 years ago)
Author:
hozdoba
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • XMLIO_V2/dev/dev_rv/src/xmlio/manager/mpi_manager.cpp

    r157 r177  
    5454 
    5555      MPIComm CMPIManager::GetCommWorld(void) 
    56       { return (mpi_comm_world); } 
     56      {  
     57         return (mpi_comm_world);  
     58      } 
    5759 
    5860      bool CMPIManager::IsMaster(MPIComm comm) 
    59       { return (CMPIManager::GetCommRank(comm) == 0); } 
     61      {  
     62         return (CMPIManager::GetCommRank(comm) == 0);  
     63      } 
    6064 
    6165      bool CMPIManager::IsRank(MPIComm comm, int rank) 
    62       { return (CMPIManager::GetCommRank(comm) == rank); } 
     66      {  
     67         return (CMPIManager::GetCommRank(comm) == rank);  
     68      } 
    6369 
    6470      MPIComm CMPIManager::CreateComm(MPIGroup group, MPIComm pcomm) 
Note: See TracChangeset for help on using the changeset viewer.