Skip to content

v5.2.0

Compare
Choose a tag to compare
@faramir faramir released this 07 May 10:39
· 41 commits to master since this release

Published version 5.2.0.

The version modifies underlying structure of way the collective operations are performed by using shifted tree.

From the user point of view, the changes are visible, mainly by added two new methods:

  • PCJ.scatter
  • PCJ.splitGroup

and making methods deprecated:

  • PCJ.joinGroup
  • PCJ.join

Moreover, these methods are not supported -- throw UnsupportedOperationException, as the PCJ.splitGroup has to be used.