Ignore:
Timestamp:
08/25/21 19:31:05 (3 years ago)
Author:
ymipsl
Message:

Revisiting registry management and make it working.
YM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/dev_ym/XIOS_COUPLING/src/client.cpp

    r2146 r2209  
    174174      else CXios::setNotUsingServer() ; 
    175175 
    176  
    177       CXios::setGlobalRegistry(new CRegistry(clientsComm_)) ; 
    178176      ///////////////////////////////////////// 
    179177      ///////////// PART 3 //////////////////// 
     
    476474      if (commRank==0) CXios::getRessourcesManager()->finalize() ; 
    477475       
    478       auto globalRegistry=CXios::getGlobalRegistry() ; 
    479       globalRegistry->hierarchicalGatherRegistry() ; 
    480  
    481       if (commRank==0) 
    482       { 
    483         info(80)<<"Write data base Registry"<<endl<<globalRegistry->toString()<<endl ; 
    484         globalRegistry->toFile("xios_registry.bin") ; 
    485       } 
    486       delete globalRegistry ; 
    487  
    488476      CTimer::get("XIOS init/finalize",false).suspend() ; 
    489477      CTimer::get("XIOS").suspend() ; 
Note: See TracChangeset for help on using the changeset viewer.