X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/9104957deccc59e0e804215d5db498fabfd40d29..a0f9bb1e296ebe7c9ffc76613d522724eebf990d:/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 ...............................