Ignore:
Timestamp:
11/16/16 18:00:52 (7 years ago)
Author:
oabramkina
Message:

First rebond on the secondary server pool. XIOS finalizes correctly.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/dev_olga/src/server.hpp

    r987 r992  
    2727        // Communicators for the primary group of servers 
    2828        static MPI_Comm intraComm; 
    29         static list<MPI_Comm> interComm; 
     29        static list<MPI_Comm> interCommLeft;   // interComm between server and its client (client or primary server) 
     30        static list<MPI_Comm> interCommRight;  // interComm between primary server and secondary server (non-empty only for primary server pool) 
     31        static list<MPI_Comm> interComm;       // interCommLeft + interCommRight 
    3032        static std::list<MPI_Comm> contextInterComms; 
    3133        static CEventScheduler* eventScheduler; 
Note: See TracChangeset for help on using the changeset viewer.