Changeset 2619


Ignore:
Timestamp:
03/20/24 14:43:33 (8 weeks ago)
Author:
jderouillat
Message:

Fix connector for the XIOS3 version of the attached mode (redistribute), some non-blocking communications of the connector could be conflicting.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS3/trunk/src/distribution/transform_connector.cpp

    r2267 r2619  
    9797    vector<MPI_Status> sendStatus(sendReq.size()) ; 
    9898    MPI_Waitall(sendReq.size(),sendReq.data(),sendStatus.data()) ; 
     99    MPI_Barrier( localComm_ ); 
    99100 
    100101    auto remoteElement = make_shared<CDistributedElement>(dstView_->getGlobalSize(), remoteArrayIndex) ; 
Note: See TracChangeset for help on using the changeset viewer.