Group 254 ompi/mpi/cxx/comm.h virtual Group Get_group() const; Group 255 ompi/mpi/cxx/comm_inln.h inline MPI::Group Group 243 ompi/mpi/cxx/constants.h OMPI_DECLSPEC extern const Group GROUP_NULL; Group 258 ompi/mpi/cxx/constants.h OMPI_DECLSPEC extern const Group GROUP_EMPTY; Group 124 ompi/mpi/cxx/file.h MPI::Group Get_group() const; Group 55 ompi/mpi/cxx/file_inln.h inline MPI::Group Group 21 ompi/mpi/cxx/group.h class Group { Group 30 ompi/mpi/cxx/group.h inline Group() { } Group 31 ompi/mpi/cxx/group.h inline Group(MPI_Group i) : pmpi_group(i) { } Group 33 ompi/mpi/cxx/group.h inline Group(const Group& g) : pmpi_group(g.pmpi_group) { } Group 35 ompi/mpi/cxx/group.h inline Group(const PMPI::Group& g) : pmpi_group(g) { } Group 37 ompi/mpi/cxx/group.h inline virtual ~Group() {} Group 39 ompi/mpi/cxx/group.h Group& operator=(const Group& g) { Group 44 ompi/mpi/cxx/group.h inline bool operator== (const Group &a) { Group 47 ompi/mpi/cxx/group.h inline bool operator!= (const Group &a) { Group 52 ompi/mpi/cxx/group.h Group& operator= (const MPI_Group &i) { pmpi_group = i; return *this; } Group 55 ompi/mpi/cxx/group.h inline operator const PMPI::Group&() const { return pmpi_group; } Group 57 ompi/mpi/cxx/group.h const PMPI::Group& pmpi() { return pmpi_group; } Group 61 ompi/mpi/cxx/group.h inline Group() : mpi_group(MPI_GROUP_NULL) { } Group 62 ompi/mpi/cxx/group.h inline Group(MPI_Group i) : mpi_group(i) { } Group 65 ompi/mpi/cxx/group.h inline Group(const Group& g) : mpi_group(g.mpi_group) { } Group 67 ompi/mpi/cxx/group.h inline virtual ~Group() {} Group 69 ompi/mpi/cxx/group.h inline Group& operator=(const Group& g) { mpi_group = g.mpi_group; return *this; } Group 72 ompi/mpi/cxx/group.h inline bool operator== (const Group &a) { return (bool)(mpi_group == a.mpi_group); } Group 73 ompi/mpi/cxx/group.h inline bool operator!= (const Group &a) { return (bool)!(*this == a); } Group 76 ompi/mpi/cxx/group.h inline Group& operator= (const MPI_Group &i) { mpi_group = i; return *this; } Group 92 ompi/mpi/cxx/group.h static void Translate_ranks (const Group& group1, int n, const int ranks1[], Group 93 ompi/mpi/cxx/group.h const Group& group2, int ranks2[]); Group 95 ompi/mpi/cxx/group.h static int Compare(const Group& group1, const Group& group2); Group 97 ompi/mpi/cxx/group.h static Group Union(const Group &group1, const Group &group2); Group 99 ompi/mpi/cxx/group.h static Group Intersect(const Group &group1, const Group &group2); Group 101 ompi/mpi/cxx/group.h static Group Difference(const Group &group1, const Group &group2); Group 103 ompi/mpi/cxx/group.h virtual Group Incl(int n, const int ranks[]) const; Group 105 ompi/mpi/cxx/group.h virtual Group Excl(int n, const int ranks[]) const; Group 107 ompi/mpi/cxx/group.h virtual Group Range_incl(int n, const int ranges[][3]) const; Group 109 ompi/mpi/cxx/group.h virtual Group Range_excl(int n, const int ranges[][3]) const; Group 120 ompi/mpi/cxx/group.h PMPI::Group pmpi_group; Group 26 ompi/mpi/cxx/group_inln.h MPI::Group::Get_size() const Group 34 ompi/mpi/cxx/group_inln.h MPI::Group::Get_rank() const Group 42 ompi/mpi/cxx/group_inln.h MPI::Group::Translate_ranks (const MPI::Group& group1, int n, Group 44 ompi/mpi/cxx/group_inln.h const MPI::Group& group2, int ranks2[]) Group 50 ompi/mpi/cxx/group_inln.h MPI::Group::Compare(const MPI::Group& group1, const MPI::Group& group2) Group 57 ompi/mpi/cxx/group_inln.h inline MPI::Group Group 58 ompi/mpi/cxx/group_inln.h MPI::Group::Union(const MPI::Group &group1, const MPI::Group &group2) Group 65 ompi/mpi/cxx/group_inln.h inline MPI::Group Group 66 ompi/mpi/cxx/group_inln.h MPI::Group::Intersect(const MPI::Group &group1, const MPI::Group &group2) Group 73 ompi/mpi/cxx/group_inln.h inline MPI::Group Group 74 ompi/mpi/cxx/group_inln.h MPI::Group::Difference(const MPI::Group &group1, const MPI::Group &group2) Group 81 ompi/mpi/cxx/group_inln.h inline MPI::Group Group 82 ompi/mpi/cxx/group_inln.h MPI::Group::Incl(int n, const int ranks[]) const Group 89 ompi/mpi/cxx/group_inln.h inline MPI::Group Group 90 ompi/mpi/cxx/group_inln.h MPI::Group::Excl(int n, const int ranks[]) const Group 97 ompi/mpi/cxx/group_inln.h inline MPI::Group Group 98 ompi/mpi/cxx/group_inln.h MPI::Group::Range_incl(int n, const int ranges[][3]) const Group 111 ompi/mpi/cxx/group_inln.h inline MPI::Group Group 112 ompi/mpi/cxx/group_inln.h MPI::Group::Range_excl(int n, const int ranges[][3]) const Group 126 ompi/mpi/cxx/group_inln.h MPI::Group::Free() Group 79 ompi/mpi/cxx/intercomm.h virtual Group Get_remote_group() const; Group 83 ompi/mpi/cxx/intercomm.h virtual Intercomm Create(const Group& group) const; Group 46 ompi/mpi/cxx/intercomm_inln.h inline MPI::Group Group 68 ompi/mpi/cxx/intercomm_inln.h MPI::Intercomm::Create(const Group& group) const Group 104 ompi/mpi/cxx/intracomm.h Create(const Group& group) const; Group 71 ompi/mpi/cxx/intracomm_inln.h MPI::Intracomm::Create(const MPI::Group& group) const Group 147 ompi/mpi/cxx/mpicxx.cc const Group GROUP_NULL = MPI_GROUP_NULL; Group 164 ompi/mpi/cxx/mpicxx.cc const Group GROUP_EMPTY(MPI_GROUP_EMPTY); Group 173 ompi/mpi/cxx/mpicxx.h class Group; Group 125 ompi/mpi/cxx/win.h virtual MPI::Group Get_group() const; Group 129 ompi/mpi/cxx/win.h virtual void Post(const MPI::Group& group, int assert) const; Group 136 ompi/mpi/cxx/win.h virtual void Start(const MPI::Group& group, int assert) const; Group 103 ompi/mpi/cxx/win_inln.h inline MPI::Group Group 120 ompi/mpi/cxx/win_inln.h MPI::Win::Post(const MPI::Group& group, int assert) const Group 141 ompi/mpi/cxx/win_inln.h MPI::Win::Start(const MPI::Group& group, int assert) const Group 300 ompi/mpi/java/java/Comm.java public final Group getGroup() throws MPIException Group 303 ompi/mpi/java/java/Comm.java return new Group(getGroup(handle)); Group 159 ompi/mpi/java/java/File.java public Group getGroup() throws MPIException Group 162 ompi/mpi/java/java/File.java return new Group(getGroup(handle)); Group 130 ompi/mpi/java/java/Group.java public static int[] translateRanks(Group group1, int[] ranks1, Group group2) Group 150 ompi/mpi/java/java/Group.java public static int compare(Group group1, Group group2) throws MPIException Group 166 ompi/mpi/java/java/Group.java public static Group union(Group group1, Group group2) throws MPIException Group 169 ompi/mpi/java/java/Group.java return new Group(union(group1.handle, group2.handle)); Group 182 ompi/mpi/java/java/Group.java public static Group intersection(Group group1, Group group2) throws MPIException Group 185 ompi/mpi/java/java/Group.java return new Group(intersection(group1.handle, group2.handle)); Group 198 ompi/mpi/java/java/Group.java public static Group difference(Group group1, Group group2) throws MPIException Group 201 ompi/mpi/java/java/Group.java return new Group(difference(group1.handle, group2.handle)); Group 213 ompi/mpi/java/java/Group.java public Group incl(int[] ranks) throws MPIException Group 216 ompi/mpi/java/java/Group.java return new Group(incl(handle, ranks)); Group 228 ompi/mpi/java/java/Group.java public Group excl(int[] ranks) throws MPIException Group 231 ompi/mpi/java/java/Group.java return new Group(excl(handle, ranks)); Group 248 ompi/mpi/java/java/Group.java public Group rangeIncl(int[][] ranges) throws MPIException Group 251 ompi/mpi/java/java/Group.java return new Group(rangeIncl(handle, ranges)); Group 266 ompi/mpi/java/java/Group.java public Group rangeExcl(int[][] ranges) throws MPIException Group 269 ompi/mpi/java/java/Group.java return new Group(rangeExcl(handle, ranges)); Group 145 ompi/mpi/java/java/Intercomm.java public Group getRemoteGroup() throws MPIException Group 148 ompi/mpi/java/java/Intercomm.java return new Group(getRemoteGroup_jni()); Group 183 ompi/mpi/java/java/Intracomm.java public final Intracomm create(Group group) throws MPIException Group 199 ompi/mpi/java/java/Intracomm.java public final Intracomm createGroup(Group group, int tag) throws MPIException Group 115 ompi/mpi/java/java/MPI.java public static final Group GROUP_EMPTY; Group 249 ompi/mpi/java/java/MPI.java GROUP_EMPTY = new Group(Group.getEmpty()); Group 206 ompi/mpi/java/java/Win.java public Group getGroup() throws MPIException Group 209 ompi/mpi/java/java/Win.java return new Group(getGroup(handle)); Group 327 ompi/mpi/java/java/Win.java public void start(Group group, int assertion) throws MPIException Group 354 ompi/mpi/java/java/Win.java public void post(Group group, int assertion) throws MPIException Group 90 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-windows.c WORD Group; Group 151 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-windows.c GROUP_RELATIONSHIP Group; Group 181 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-windows.c WORD Group; Group 375 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-windows.c hwloc_bitmap_from_ith_ULONG_PTR(set, num.Group, ((ULONG_PTR)1) << num.Number); Group 417 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-windows.c aff.Group = group; Group 477 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-windows.c hwloc_bitmap_from_ith_ULONG_PTR(set, aff.Group, aff.Mask); Group 943 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-windows.c for (id = 0; id < procInfo->Group.ActiveGroupCount; id++) { Group 948 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-windows.c mask = procInfo->Group.GroupInfo[id].ActiveProcessorMask; Group 950 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-windows.c procInfo->Group.GroupInfo[id].ActiveProcessorCount, mask); Group 957 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-windows.c hwloc_debug_2args_bitmap("group %u %d bitmap %s\n", id, procInfo->Group.GroupInfo[id].ActiveProcessorCount, set); Group 985 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-windows.c hwloc_debug("%s#%u %d: mask %d:%lx\n", hwloc_obj_type_string(type), id, i, GroupMask[i].Group, GroupMask[i].Mask); Group 987 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-windows.c hwloc_bitmap_set_ith_ULONG_PTR(obj->cpuset, GroupMask[i].Group, GroupMask[i].Mask);