Ignore:
Timestamp:
09/19/22 10:38:09 (21 months ago)
Author:
ymipsl
Message:

Add the possibility to launch a service on same ressource than an other.
YM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS3/trunk/src/manager/services_manager.hpp

    r2403 r2404  
    3838     
    3939    bool createServices(const std::string& poolId, const std::string& serviceId, int type, int size, int nbPartition, bool wait=true) ; 
    40     bool createServicesOnto(const std::string& poolId, const std::string& serviceId, const std::string& onServiceId, bool wait=true) ; 
     40    bool createServicesOnto(const std::string& poolId, const std::string& serviceId, int type, const std::string& onServiceId, bool wait=true) ; 
    4141     
    4242    void eventLoop(void) ; 
     
    5656    void createServiceOnto(void) ;     
    5757    void createServicesNotify(int rank, const string& serviceId, int type, int size, int nbPartitions) ; 
    58     void createServicesOntoNotify(int rank, const string& serviceId, const string& OnServiceId) ; 
     58    void createServicesOntoNotify(int rank, const string& serviceId, int type, const string& OnServiceId) ; 
    5959    void sendNotification(int rank) ; 
    6060    void checkNotifications(void) ; 
     
    7373    int notifyType_ ; 
    7474    tuple<std::string, int, int, int> notifyCreateService_ ; 
    75     tuple<std::string, std::string> notifyCreateServiceOnto_ ; 
     75    tuple<std::string, int, std::string> notifyCreateServiceOnto_ ; 
    7676    
    7777    std::map<tuple<std::string, std::string, int>, std::tuple<int, int, int, int> > services_ ; 
Note: See TracChangeset for help on using the changeset viewer.