Ignore:
Timestamp:
11/20/17 16:29:55 (6 years ago)
Author:
oabramkina
Message:

Changes in case of different number of processes per secondary-server pool.

No incorrect behaviour had been found in the previous versions; this commit is just to play safe.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/XIOS_DEV_CMIP6/src/transformation/domain_algorithm_interpolate.cpp

    r1317 r1336  
    564564  } 
    565565 
    566   domainIndexClientClientMapping.computeServerIndexMapping(globalIndexInterp); 
     566  domainIndexClientClientMapping.computeServerIndexMapping(globalIndexInterp, client->serverSize); 
    567567  const CClientServerMapping::GlobalIndexMap& globalIndexInterpSendToClient = domainIndexClientClientMapping.getGlobalIndexOnServer(); 
    568568 
Note: See TracChangeset for help on using the changeset viewer.