From 90eef5a9e56c75d7513b2a0fdb4594d292763ca6 Mon Sep 17 00:00:00 2001 From: Christian Heinrich Date: Mon, 30 Oct 2017 10:20:15 +0100 Subject: [PATCH] [KERNEL] Fixed comment on FatTree parameters. This was pointed out by Ahmed Hamdy Mohamed Eleliemy on the SimGrid User List. --- src/kernel/routing/FatTreeZone.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/kernel/routing/FatTreeZone.hpp b/src/kernel/routing/FatTreeZone.hpp index c08e69eff5..7e329b68f0 100644 --- a/src/kernel/routing/FatTreeZone.hpp +++ b/src/kernel/routing/FatTreeZone.hpp @@ -83,7 +83,7 @@ public: * which are not currently enforced. * * The exact topology is described in the mandatory topo_parameters - * field, and follow the "h ; m_h, ..., m_1 ; w_h, ..., w_1 ; p_h, ..., p_1" format. + * field, and follow the "h ; m_1, ..., m_h ; w_1, ..., w_h ; p_1, ..., p_h" format. * h stands for the switches levels number, i.e. the fat tree is of height h, * without the processing nodes. m_i stands for the number of lower level nodes * connected to a node in level i. w_i stands for the number of upper levels -- 2.20.1