Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Note in SMPI introduction that ns-3 could be used as a model here too
authorMartin Quinson <martin.quinson@ens-rennes.fr>
Mon, 2 Mar 2020 08:03:52 +0000 (09:03 +0100)
committerMartin Quinson <martin.quinson@ens-rennes.fr>
Mon, 2 Mar 2020 08:06:47 +0000 (09:06 +0100)
Closes https://github.com/simgrid/simgrid/issues/336

ChangeLog
docs/source/app_smpi.rst

index 9dbc2ed..aedd899 100644 (file)
--- 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?
 
 ----------------------------------------------------------------------------
 
index 795206e..037c764 100644 (file)
@@ -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 <options>` 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
 ...............................