From: Christian Heinrich Date: Tue, 9 Jun 2015 16:42:15 +0000 (+0200) Subject: [Doc] Added tentative note on collective algorithms to doc X-Git-Tag: v3_12~624^2~16 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/d3f50cc14abf8b1c3c1fbcfd3c1932658592d9bb?hp=34dd010877669cba8804b45bcd6a5e415f8984aa [Doc] Added tentative note on collective algorithms to doc --- diff --git a/doc/doxygen/options.doc b/doc/doxygen/options.doc index 34f3b8fa55..f0318bb9d6 100644 --- a/doc/doxygen/options.doc +++ b/doc/doxygen/options.doc @@ -1130,16 +1130,7 @@ silently overflow on other parts of the memory. - \c workstation/model: \ref options_model_select \subsection options_index_smpi_coll Index of SMPI collective algorithms options -- \c smpi/allgather: \ref options_model_smpi_coll_allgather -- \c smpi/allgatherv: \ref options_model_smpi_coll_allgatherv -- \c smpi/allreduce: \ref options_model_smpi_coll_allreduce -- \c smpi/alltoall: \ref options_model_smpi_coll_alltoall -- \c smpi/alltoallv: \ref options_model_smpi_coll_alltoallv -- \c smpi/barrier: \ref options_model_smpi_coll_barrier -- \c smpi/bcast: \ref options_model_smpi_coll_bcast -- \c smpi/gather: \ref options_model_smpi_coll_gather -- \c smpi/reduce: \ref options_model_smpi_coll_reduce -- \c smpi/reduce_scatter: \ref options_model_smpi_coll_reduce_scatter -- \c smpi/scatter: \ref options_model_smpi_coll_scatter + +TODO: All available collective algorithms will be made available via the ``smpirun --help-coll`` command. */