Skip to content
  • Mark OLESEN's avatar
    f3a1137d
    BUG: parallel construct finiteArea fails with arbitrary connections (#2152) · f3a1137d
    Mark OLESEN authored
    - the case of 'fan-like' processor was previously assumed to be
      rare (see merge-request !487 and issue #2084).
    
      However, Vaggelis Papoutsis noticed that even fairly normal geometries
      can trigger problems.
    
    - replaced the old patch/patch matching style with a more general
      edge-based synchronisation and matching that appears to handle
      the corner cases inherently. The internal communication overhead
      is essentially unchanged, and the logic is simpler.
    f3a1137d
    BUG: parallel construct finiteArea fails with arbitrary connections (#2152)
    Mark OLESEN authored
    - the case of 'fan-like' processor was previously assumed to be
      rare (see merge-request !487 and issue #2084).
    
      However, Vaggelis Papoutsis noticed that even fairly normal geometries
      can trigger problems.
    
    - replaced the old patch/patch matching style with a more general
      edge-based synchronisation and matching that appears to handle
      the corner cases inherently. The internal communication overhead
      is essentially unchanged, and the logic is simpler.
Loading