X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/5089a0a98b27f5eeee62321dff4f025f1648f025..57620c3882a131666908d906884d9e25bc8dc990:/docs/source/app_smpi.rst diff --git a/docs/source/app_smpi.rst b/docs/source/app_smpi.rst index 89a8b65141..795206ee32 100644 --- a/docs/source/app_smpi.rst +++ b/docs/source/app_smpi.rst @@ -186,7 +186,7 @@ Most of these are best described in `STAR-MPI's white paper this paper + - bruck: Described by Bruck et.al. in `this paper `_ - 2dmesh: organizes the nodes as a two dimensional mesh, and perform allgather along the dimensions - 3dmesh: adds a third dimension to the previous algorithm @@ -313,9 +313,9 @@ MPI_Allreduce - impi: use intel mpi selector for the allreduce operations - automatic (experimental): use an automatic self-benchmarking algorithm - lr: logical ring reduce-scatter then logical ring allgather - - rab1: variations of the Rabenseifner algorithm: reduce_scatter then allgather - - rab2: variations of the Rabenseifner algorithm: alltoall then allgather - - rab_rsag: variation of the Rabenseifner algorithm: recursive doubling + - rab1: variations of the `Rabenseifner `_ algorithm: reduce_scatter then allgather + - rab2: variations of the `Rabenseifner `_ algorithm: alltoall then allgather + - rab_rsag: variation of the `Rabenseifner `_ algorithm: recursive doubling reduce_scatter then recursive doubling allgather - rdb: recursive doubling - smp_binomial: binomial tree with smp: binomial intra