From 6e6ffd540eb6d44ba9362a6f16f04d312e5e9f12 Mon Sep 17 00:00:00 2001 From: Julien EMMANUEL Date: Wed, 8 Jan 2020 16:46:33 +0100 Subject: [PATCH] Fix broken links in SMPI interface doc Change HTML-style links to RST-style ones --- docs/source/app_smpi.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 -- 2.20.1