Ignore:
Timestamp:
11/24/17 15:13:47 (6 years ago)
Author:
oabramkina
Message:

In addition to r1294: all domain/axis attributes are only sent to secondary-server pools that need them (and not to all pools).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/XIOS_DEV_CMIP6/src/node/grid.cpp

    r1340 r1345  
    25092509  { 
    25102510    clients.insert(contextClient); 
     2511    for (int i=0; i<this->getDomains().size(); i++) 
     2512        this->getDomains()[i]->setContextClient(contextClient); 
     2513    for (int i=0; i<this->getAxis().size(); i++) 
     2514        this->getAxis()[i]->setContextClient(contextClient); 
    25112515  } 
    25122516 
Note: See TracChangeset for help on using the changeset viewer.