Skip to content
  • Mark OLESEN's avatar
    ENH: relax processorField waiting requirements · 98c42479
    Mark OLESEN authored
    - for interface polling previously required that both send and recv
      requests were completed before evaluating (values or matrix update).
      However, only the recv needs to be complete, which helps disentangle
      the inter-rank waiting.
    
      NB: this change is possible following (1f5cf395) that replaced
          UPstream::resetRequests() call in favour of UPstream::waitRequests()
    98c42479