X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/0c2ac968733dbe915aef6ec0f3b5ec01bbc955cd..0a63e497ca28d2176a61304e62050790cbda853c:/docs/source/app_smpi.rst diff --git a/docs/source/app_smpi.rst b/docs/source/app_smpi.rst index 795206ee32..037c7642d6 100644 --- a/docs/source/app_smpi.rst +++ b/docs/source/app_smpi.rst @@ -102,6 +102,11 @@ on which host each rank gets mapped of ``-trace`` to activate the tracing during the simulation. You can get the full list by running ``smpirun -help`` +Finally, you can pass :ref:`any valid SimGrid parameter ` to your +program. In particular, you can pass ``--cfg=network/model:ns-3`` to +switch to use :ref:`model_ns3`. These parameters should be placed after +the name of your binary on the command line. + ............................... Debugging your Code within SMPI ...............................