X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/361258ab0fbf44b907a966b0ad83c46fe7353925..8b2a80193ee04c5e996177003ba9ae27ced223a7:/docs/source/tuto_smpi.rst diff --git a/docs/source/tuto_smpi.rst b/docs/source/tuto_smpi.rst index bb16ec60e7..e0a693cfaf 100644 --- a/docs/source/tuto_smpi.rst +++ b/docs/source/tuto_smpi.rst @@ -216,10 +216,9 @@ while maintaining a high bandwidth for local communications. To model this in SimGrid, pass a ``topology="DRAGONFLY"`` attribute to your cluster. It's based on the implementation of the topology used on Cray XC systems, described in paper -``Cray Cascade: A scalable HPC system based on a Dragonfly network`` : +`Cray Cascade: A scalable HPC system based on a Dragonfly network `_. System description follows the format ``topo_parameters=#groups;#chassis;#routers;#nodes`` - For example, ``3,4 ; 3,2 ; 3,1 ; 2``: - ``3,4``: There are 3 groups with 4 links between each (blue level).