From: Christian Heinrich Date: Mon, 30 Oct 2017 09:20:15 +0000 (+0100) Subject: [KERNEL] Fixed comment on FatTree parameters. X-Git-Tag: v3.18~348^2~13 X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/90eef5a9e56c75d7513b2a0fdb4594d292763ca6 [KERNEL] Fixed comment on FatTree parameters. This was pointed out by Ahmed Hamdy Mohamed Eleliemy on the SimGrid User List. --- 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