Ignore:
Timestamp:
09/16/20 18:34:23 (4 years ago)
Author:
ymipsl
Message:

Big update on on going work related to data distribution and transfer between clients and servers.
Revisite of the source and store filter using "connectors".

-> inputs work again

YM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/dev_ym/XIOS_COUPLING/src/node/context.cpp

    r1883 r1934  
    12461246      for(auto field : fileInField)  
    12471247      { 
    1248         field->connectToServerInput(garbageCollector) ; // connect tFhe field to server filter 
    1249         field->computeGridIndexToFileServer() ; // compute grid index for transfer to the server context 
     1248        field->connectToServerInput(garbageCollector) ; // connect the field to server filter 
     1249    // obsolete    field->computeGridIndexToFileServer() ; // compute grid index for transfer to the server context 
    12501250        field->sendFieldToInputFileServer() ; 
     1251        fileInFields_.push_back(field) ; 
    12511252      } 
    12521253    } 
Note: See TracChangeset for help on using the changeset viewer.