From 7b4c8d29b1577a7d406ef013c894f883405ea65e Mon Sep 17 00:00:00 2001 From: Jim Garlick Date: Thu, 27 Oct 2022 09:15:55 -0700 Subject: [PATCH] flux-broker-attributes(7): add tbon.topo=binomial Problem: tbon.topo=binomial is not documented. Add binomial to the tbon.topo attribute description. --- doc/man7/flux-broker-attributes.rst | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/doc/man7/flux-broker-attributes.rst b/doc/man7/flux-broker-attributes.rst index fa8de95bf7d8..cab4c73b14e4 100644 --- a/doc/man7/flux-broker-attributes.rst +++ b/doc/man7/flux-broker-attributes.rst @@ -154,10 +154,11 @@ TREE BASED OVERLAY NETWORK tbon.topo [Updates: C] URI describing the TBON tree topology such as ``kary:16``. The ``kary`` - scheme selects a complete, k-ary tree with fanout *k*. By convention - ``kary:0`` means that rank 0 is the parent of all other ranks. Default: - ``kary:2``, unless bootstrapping by TOML configuration, then see - :man5:`flux-config-bootstrap`. + scheme selects a complete, k-ary tree with fanout *k*, with ``kary:0`` + meaning that rank 0 is the parent of all other ranks by convention. The + ``binomial`` scheme selects a binomial tree topology of the minimum order + that fits the instance size. Default: ``kary:2``, unless bootstrapping by + TOML configuration, then see :man5:`flux-config-bootstrap`. tbon.descendants Number of descendants "below" this node of the tree based