X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ab58b73b7285977eed3f26385041ee5405c6e4e5..0ba36b48beb1104cc76243a1840d41901d63b44a:/doc/pls.doc diff --git a/doc/pls.doc b/doc/pls.doc index a6deac563c..fdf845576c 100644 --- a/doc/pls.doc +++ b/doc/pls.doc @@ -2,14 +2,15 @@ \htmlinclude .pls.doc.toc -\section pls_simgrid_configuration_gtnets Using GTNetS - It is possible to use a packet-level network simulator instead of the default flow-based simulation. You may want to use such an approach if you have doubts about the validity of the default model or if you want to perform some validation experiments. At the moment, -we support the GTNetS simulator (it is still rather experimental -though, so leave us a message if you play with it). +we support the GTNetS simulator and since version 3.6.2, ns-3. + + +\section pls_simgrid_configuration_gtnets Using GTNetS + To enable GTNetS model inside SimGrid it is needed to patch the GTNetS simulator source code @@ -46,6 +47,7 @@ cat ../AMD64-FATAL-Removed-DUL_SIZE_DIFF-Added-fPIC-compillin.patch | patch -p1 \verbatim ln -sf Makefile.linux Makefile +sed -i 's/-fPIC/-fPIC -fpermissive/g' Makefile make depend make debug \endverbatim @@ -119,6 +121,23 @@ gtnets/gtnets gtnets/onelink-p.xml gtnets/onelink-d.xml --cfg=network_model:GTNe It is possible to use discrete-event network simulator (ns-3) for Internet systems instead of the default one. +A ns-3 platform is created according to the platform file you provide in SimGrid format. However from this configuration, we had to set up some extra parameters : + + To use ns3 model inside SimGrid you have to install at least the version 3.10 of ns3 simulator. @@ -220,4 +239,4 @@ You should see More about ns-3 simulator (Official website) -*/ \ No newline at end of file +*/