From a0f9bb1e296ebe7c9ffc76613d522724eebf990d Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Mon, 2 Mar 2020 09:03:52 +0100 Subject: [PATCH] Note in SMPI introduction that ns-3 could be used as a model here too Closes https://github.com/simgrid/simgrid/issues/336 --- ChangeLog | 3 ++- docs/source/app_smpi.rst | 5 +++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 9dbc2ed116..aedd899ef9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -21,12 +21,13 @@ C interface: - Many MSG tests were converted to the new S4U's interface in C, that was extended for that. -Fixed bugs (FG#.. -> framagit bugs; FG!.. -> framagit merge requests): +Fixed bugs (FG#.. -> framagit bugs; FG!.. -> FG merge requests; GH: GitHub): - FG#41: Add sg_actor_create C interface - FG#43: xbt::random needs some care - FG#48: The Impossible Did Happen (yet again) - FG!24: Documentation and fix for xbt/random - GH#139: Allow pthread creation in SMPI + - GH#336: Packet-level simulation using SMPI? ---------------------------------------------------------------------------- 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 ............................... -- 2.20.1