From ee912b4ce9d830f95446d1bb1e926250b7592e6f Mon Sep 17 00:00:00 2001 From: Millian Poquet Date: Tue, 14 May 2019 14:54:28 +0200 Subject: [PATCH 1/1] [doc] fix links (URL, internal ref + duplication) --- docs/source/app_smpi.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/app_smpi.rst b/docs/source/app_smpi.rst index e3e09a4ec5..bdd34119fc 100644 --- a/docs/source/app_smpi.rst +++ b/docs/source/app_smpi.rst @@ -169,7 +169,7 @@ means that the selected algorithm will be used MPI_Alltoall ^^^^^^^^^^^^ -Most of these are best described in `STAR-MPI `_. +Most of these are best described in `STAR-MPI's white paper `_. - default: naive one, by default - ompi: use openmpi selector for the alltoall operations @@ -532,7 +532,7 @@ privatized the globals through static analysis of the source code. But our implementation was not robust enough to be used in production, so it was removed at some point. Currently, SMPI comes with two privatization mechanisms that you can :ref:`select at runtime -`_. The dlopen approach is used by +`_. The dlopen approach is used by default as it is much faster and still very robust. The mmap approach is an older approach that proves to be slower. -- 2.20.1