Ignore:
Timestamp:
12/04/17 15:53:53 (6 years ago)
Author:
ymipsl
Message:

Bug fix : Assigned context client to grid/axis/domain was not in same order for each process, causing synchronisation problems.

YM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/XIOS_DEV_CMIP6/src/node/domain.hpp

    r1345 r1353  
    203203 
    204204/** Clients that have to send a domain. There can be multiple clients in case of secondary server, otherwise only one client. */ 
    205          std::set<CContextClient*> clients; 
     205         std::list<CContextClient*> clients; 
     206         std::set<CContextClient*> clientsSet; 
    206207 
    207208         bool doZoomByIndex_; 
Note: See TracChangeset for help on using the changeset viewer.