Ignore:
Timestamp:
12/04/17 15:53:53 (7 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/grid.hpp

    r1343 r1353  
    304304 
    305305/** Clients that have to send a grid. There can be multiple clients in case of secondary server, otherwise only one client. */ 
    306         std::set<CContextClient*> clients; 
     306        std::list<CContextClient*> clients; 
     307        std::set<CContextClient*> clientsSet; 
    307308 
    308309        bool isChecked; 
Note: See TracChangeset for help on using the changeset viewer.