Ignore:
Timestamp:
02/17/17 19:51:36 (7 years ago)
Author:
oabramkina
Message:

dev: intermediate commit.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/dev_olga/src/client_server_mapping_distributed.cpp

    r907 r1054  
    3939{ 
    4040  CContext* context=CContext::getCurrent() ; 
    41   CContextClient* client=context->client ; 
     41//  CContextClient* client=context->client ; 
     42  // For now the assumption is that secondary server pools consist of the same number of procs. 
     43  // CHANGE the line below if the assumption changes. 
     44  CContextClient* client = (0 != context->clientPrimServer.size()) ? context->clientPrimServer[0] : context->client; 
    4245  int nbServer=client->serverSize; 
    4346 
Note: See TracChangeset for help on using the changeset viewer.