MPI.NET by Douglas Gregor, Andrew Lumsdaine, Ben Martin,contrib. Jean-Michel Perraud, Vijay Sharma, Daniel Collins, Olion17, and others TBC

<PackageReference Include="MPI.NET" Version="1.4.0" />

 Group

public class Group
public static Group empty

public const int NoProcess = -32766

public int Rank { get; }

public int Size { get; }

public static Group Adopt(int group)

public static Group op_BitwiseAnd(Group group1, Group group2)

public static Group op_BitwiseOr(Group group1, Group group2)

public static Group op_Subtraction(Group group1, Group group2)

public Comparison Compare(Group other)

public void Dispose()

public Group Exclude(int[] ranks)

public Group IncludeOnly(int[] ranks)

public int[] TranslateRanks(int[] ranks, Group other)