Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
re-add --help-coll to the doc now that it's implemented
authorMartin Quinson <martin.quinson@ens-rennes.fr>
Tue, 13 Jun 2023 13:31:14 +0000 (15:31 +0200)
committerMartin Quinson <martin.quinson@ens-rennes.fr>
Tue, 13 Jun 2023 15:05:34 +0000 (17:05 +0200)
docs/source/Configuring_SimGrid.rst
docs/source/app_smpi.rst

index a908b1e..d344ae1 100644 (file)
@@ -1331,7 +1331,8 @@ default SMPI uses naive version of collective operations.)
 
 Each collective operation can be manually selected with a ``smpi/collective_name:algo_name``. For example, if you want to use
 the Bruck algorithm for the Alltoall algorithm, you should use ``--cfg=smpi/alltoall:bruck`` on the command-line of smpirun. The
-reference of all available algorithms are listed in :ref:`SMPI_use_colls`.
+reference of all available algorithms are listed in :ref:`SMPI_use_colls`, and you can get the full list implemented in your
+version using ``smpirun --help-coll``.
 
 .. _cfg=smpi/barrier-collectives:
 
index ddea04e..ab41d61 100644 (file)
@@ -203,9 +203,11 @@ means that the selected algorithm will be used
 .. Warning:: Some collective may require specific conditions to be
    executed correctly (for instance having a communicator with a power
    of two number of nodes only), which are currently not enforced by
-   Simgrid. Some crashes can be expected while trying these algorithms
+   SimGrid. Some crashes can be expected while trying these algorithms
    with unusual sizes/parameters
 
+To retrive the full list of implemented algorithms in your version of SimGrid, simply use ``smpirun --help-coll``.
+
 MPI_Alltoall
 ^^^^^^^^^^^^