Skip to content
Snippets Groups Projects
Commit 63262b80 authored by mattijs's avatar mattijs
Browse files

BUG: processorCyclic was using incorrect message tag.

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
parent 11c5c744
Branches
Tags
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment