From 8b89dfa40fa9b2f1a4a5bff7d8efe38d302d120b Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Tue, 16 Oct 2018 11:28:15 +0200 Subject: [PATCH] another thing that SMPI cannot do yet --- docs/source/tuto_smpi.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/source/tuto_smpi.rst b/docs/source/tuto_smpi.rst index e0a693cfaf..17eec10f96 100644 --- a/docs/source/tuto_smpi.rst +++ b/docs/source/tuto_smpi.rst @@ -29,9 +29,9 @@ use SimGrid for their integration and performance testing. MPI 2.2 is already partially covered: over 160 primitives are supported. Some parts of the standard are still missing: MPI-IO, MPI3 -collectives, spawning ranks, and some others. If one of the functions -you use is still missing, please drop us an email. We may find the -time to implement it for you. +collectives, spawning ranks, inter-communicators, and some others. If +one of the functions you use is still missing, please drop us an +email. We may find the time to implement it for you. Multi-threading support is very limited in SMPI. Only funneled applications are supported: at most one thread per rank can issue any -- 2.20.1