Ignore:
Timestamp:
05/13/20 23:15:06 (4 years ago)
Author:
ymipsl
Message:

Coupling Branch.
Implementing a coupler scheduler, to impose order for intercommunicator creation between several coupling context.
Two way coupling is now working.

YM

Location:
XIOS/dev/dev_ym/XIOS_COUPLING/src/manager
Files:
2 added
1 edited

Legend:

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

    r1764 r1878  
    2222    CXios::launchServicesManager(isXiosServer) ; 
    2323    CXios::launchContextsManager(isXiosServer) ; 
     24    CXios::launchCouplerManager(isXiosServer) ; 
     25 
    2426    if (isXiosServer) CServer::launchServersRessource(splitComm) ; 
    2527    MPI_Comm_free(&splitComm) ; 
     
    2931  { 
    3032    CXios::finalizeContextsManager() ; 
     33    CXios::finalizeCouplerManager() ; 
    3134    CXios::finalizeServicesManager() ; 
    3235    CXios::finalizeRessourcesManager() ; 
Note: See TracChangeset for help on using the changeset viewer.