Skip to content
  • mattijs's avatar
    BUG: processorCyclic was using incorrect message tag. · 63262b80
    mattijs authored
    Both sides need to use the same tag so it is now calculated as
        nProcs*(max(myProcNo,neighProcNo) + min(myProcNo,neighProcNo)
    which is
    - commutative
    - does not interfere with normal message tag 1
    63262b80