
Go to the source code of this file.
Functions | |
| CkpvExtern (CkGroupID, cmgrID) | |
| int | getFirstPeOnPhysicalNodeFromList (int pe, const int totalDestPEs, const ComlibMulticastIndexCount *destPEs) |
| Find a unique representative PE for a node containing pe, with the restriction that the returned PE is in the list destPEs. | |
| int | getNthPeOnPhysicalNodeFromList (int n, int pe, const int totalDestPEs, const ComlibMulticastIndexCount *destPEs) |
| Find a unique representative PE for a node containing pe, with the restriction that the returned PE is in the list destPEs. | |
| vector< int > | getPesOnPhysicalNodeFromList (int pe, const int totalDestPEs, const ComlibMulticastIndexCount *destPEs) |
| List all the PEs from the list that share the physical node. | |
| vector< int > | getOtherPesOnPhysicalNodeFromList (int pe, const int totalDestPEs, const ComlibMulticastIndexCount *destPEs) |
| List all the other PEs from the list that share the physical node. | |
Definition in file OneTimeMulticastStrategy.C.
1.5.5