Namespace List
Here is a list of all documented namespaces with brief descriptions:
| CCMI | This schedule implements the following broadcast algorithm on 1-3 dimensional meshes and tori. The following is the schematic of an X color broadcast on a 2D mesh in SMP mode |
| DCMF | Convert CCMI_* operations to DCMF_* operations - NOT NECESSARY because this adaptor defines the CCMI ops with the equivalent DCMF op. static DCMF_Op CCMI_Op_to_DCMF_Op[] = { DCMF_UNDEFINED_OP, DCMF_NOOP, DCMF_MAX, DCMF_MIN, DCMF_SUM, DCMF_PROD, DCMF_LAND, DCMF_LOR, DCMF_LXOR, DCMF_BAND, DCMF_BOR, DCMF_BXOR, DCMF_MAXLOC, DCMF_MINLOC, DCMF_USERDEFINED_OP, DCMF_OP_COUNT }; |
| DCMF::Collectives::Allreduce::Binomial | Binomial allreduce protocol |
| DCMF::Collectives::Allreduce::Rectangle | Rectangle allreduce protocol |
| DCMF::Collectives::Allreduce::RectangleReduce | Rectangle reduce protocol |
| DCMF::Collectives::Allreduce::RectangleRing | Rectangle Ring allreduce protocol |
| DCMF::Collectives::Allreduce::RectangleRingReduce | Rectangle Ring reduce protocol |
| DCMF::Collectives::Allreduce::ShortBinomial | Binomial short allreduce protocol |
| DCMF::Collectives::Allreduce::ShortRectangle | Short Rectangle allreduce protocol specifications |