Ignore:
Timestamp:
11/20/17 16:29:55 (7 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/client_server_mapping_distributed.hpp

    r835 r1336  
    3838                                    bool isDataDistributed = true); 
    3939 
    40     virtual void computeServerIndexMapping(const CArray<size_t,1>& globalIndexOnClientSendToServer); 
     40    virtual void computeServerIndexMapping(const CArray<size_t,1>& globalIndexOnClientSendToServer, int nbServer); 
    4141 
    4242    /** Default destructor */ 
Note: See TracChangeset for help on using the changeset viewer.