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/servers_ressource.hpp

    r1761 r1764  
    2626    void createPool(const string& poolId, const int size) ; 
    2727    void createPool(void) ; 
    28     bool eventLoop(void) ; 
     28    bool eventLoop(bool serviceOnly=false) ; 
    2929    void sendNotification(int rank) ; 
    3030    void notificationsDumpOut(CBufferOut& buffer) ; 
     
    4444    const size_t maxBufferSize_=1024*1024 ; 
    4545    CWindowManager* winNotify_ ; 
    46     int notifyType_ ; 
    47     std::tuple<std::string, bool> notifyCreatePool_ ; 
     46     
     47    int notifyInType_,notifyOutType_ ; 
     48    std::tuple<std::string, bool> notifyInCreatePool_,notifyOutCreatePool_ ; 
    4849    CPoolRessource* poolRessource_ ; 
    4950    bool finalizeSignal_ ; 
Note: See TracChangeset for help on using the changeset viewer.