Ignore:
Timestamp:
01/25/17 16:25:17 (7 years ago)
Author:
yushan
Message:

initialize the branch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/branch_yushan/src/node/axis.cpp

    r995 r1037  
    264264      isDistributed_ = (!this->begin.isEmpty() && !this->n.isEmpty() && (this->begin + this->n < this->n_glo)) || 
    265265                       (!this->n.isEmpty() && (this->n != this->n_glo)); 
    266  
    267       // A same stupid condition to make sure that if there is only one client, axis 
    268       // should be considered to be distributed. This should be a temporary solution      
    269       isDistributed_ |= (1 == CContext::getCurrent()->client->clientSize); 
    270266   } 
    271267 
Note: See TracChangeset for help on using the changeset viewer.