Ignore:
Timestamp:
03/22/18 10:43:20 (6 years ago)
Author:
yushan
Message:

branch_openmp merged with XIOS_DEV_CMIP6@1459

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/branch_openmp/src/context_server.hpp

    r1328 r1460  
    2121    void processRequest(int rank, char* buff,int count) ; 
    2222    void processEvents(void) ; 
     23    bool hasFinished(void); 
    2324    void dispatchEvent(CEventServer& event) ; 
    2425    void setPendingEvent(void) ; 
    2526    bool hasPendingEvent(void) ; 
    26     bool hasFinished(void); 
    2727 
    2828    ep_lib::MPI_Comm intraComm ; 
     
    4545    bool scheduled  ;    /*!< event of current timeline is alreading scheduled ? */ 
    4646    size_t hashId ; 
     47 
    4748    ~CContextServer() ; 
    4849 
Note: See TracChangeset for help on using the changeset viewer.