Ignore:
Timestamp:
12/13/19 17:55:14 (4 years ago)
Author:
ymipsl
Message:

More cleaning : replace contextClient rank and size by context rank and size.
Because for couling it will have more than one contextClient.

YM

File:
1 edited

Legend:

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

    r1784 r1787  
    227227              (!i_index.isEmpty() && i_index.numElements() == ni_glo*nj_glo)); 
    228228      bool distributed_glo ; 
    229       distributed |= (1 == CContext::getCurrent()->client->clientSize); 
     229      distributed |= (1 == CContext::getCurrent()->intraCommSize_); 
    230230 
    231231      return distributed; 
Note: See TracChangeset for help on using the changeset viewer.