Ignore:
Timestamp:
12/13/19 17:55:14 (5 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/axis.cpp

    r1784 r1787  
    9393      // A condition to make sure that if there is only one client, axis 
    9494      // should be considered to be distributed. This should be a temporary solution      
    95       distributed |= (1 == CContext::getCurrent()->client->clientSize); 
     95      distributed |= (1 == CContext::getCurrent()->intraCommSize_); 
    9696      return distributed; 
    9797   } 
Note: See TracChangeset for help on using the changeset viewer.