Ignore:
Timestamp:
09/18/15 12:01:48 (9 years ago)
Author:
ymipsl
Message:

Implement registryIn and registryOut functionnalities.
YM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/src/client.cpp

    r655 r697  
    220220      int rank ; 
    221221      int msg=0 ; 
     222 
     223      MPI_Comm_rank(intraComm,&rank) ; 
     224  
    222225      if (!CXios::isServer) 
    223226      { 
     
    242245        else MPI_Finalize() ; 
    243246      } 
     247       
    244248      info(20) << "Client side context is finalized"<<endl ; 
    245249      report(0) <<" Performance report : total time spent for XIOS : "<< CTimer::get("XIOS").getCumulatedTime()<<" s"<<endl ; 
Note: See TracChangeset for help on using the changeset viewer.