Ignore:
Timestamp:
06/23/23 16:22:08 (12 months ago)
Author:
jderouillat
Message:

Replace MPI probing on intercommunicator by probing on intracommunicator for one_sided transport_protocol

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS3/branches/xios-3.0-beta/src/transport/one_sided_context_server.cpp

    r2399 r2524  
    9898    { 
    9999      traceOff(); 
    100       MPI_Iprobe(MPI_ANY_SOURCE, 20,interComm, &flag, &status); 
     100      MPI_Iprobe(MPI_ANY_SOURCE, 20,interCommMerged_, &flag, &status); 
    101101      traceOn(); 
    102102      if (flag==true) 
    103103      { 
    104         requests_.push_back(CRequest(interComm, status)) ; 
     104        requests_.push_back(CRequest(interCommMerged_, status)) ; 
    105105        if (requests_.back().test())  
    106106        { 
Note: See TracChangeset for help on using the changeset viewer.