Ignore:
Timestamp:
11/05/19 16:02:34 (5 years ago)
Author:
ymipsl
Message:

Some Update on XIOS services
Seems to work on Irène for :

  • first level of servers
  • fisrt + second level of servers
  • attached mode

YM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/dev_ym/XIOS_SERVICES/src/manager/pool_ressource.hpp

    r1761 r1764  
    3131    void checkCreateServiceNotification(void) ; 
    3232    void createNewService(const std::string& serviceId, int type, int size, int nbPartitions, bool in) ; 
    33      bool eventLoop(void) ; 
     33     bool eventLoop(bool serviceOnly=false) ; 
    3434    CService* getService(const std::string serviceId, int partitionId) { return services_[make_tuple(serviceId,partitionId)]; } 
    3535    void finalizeSignal(void) ; 
Note: See TracChangeset for help on using the changeset viewer.