Distinguish between local and global reduction handles

Issue #1001 new
Erik Schnetter created an issue

Local and global reduction handles both use small integers. This means that code may accidentally confuse one for the other.

To avoid this, we could add large, different offsets for local and global handles, so that they would be different. We already do this for other integer IDs in the flesh.

Keyword:

Comments (0)

  1. Log in to comment