From fa26a7d998b5dcf2362c6c645f854b60ee0a8c56 Mon Sep 17 00:00:00 2001 From: degomme Date: Mon, 23 May 2016 10:09:21 +0200 Subject: [PATCH] Update lying doc. --- doc/doxygen/module-smpi.doc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/doxygen/module-smpi.doc b/doc/doxygen/module-smpi.doc index b4cb0ab9a5..4bf0e5a9af 100644 --- a/doc/doxygen/module-smpi.doc +++ b/doc/doxygen/module-smpi.doc @@ -32,8 +32,8 @@ may want to turn to the other SimGrid interfaces such as the \section SMPI_what What can run within SMPI? You can run unmodified MPI applications (both C and Fortran) within -SMPI, provided that (1) you only use MPI calls that we implemented in -MPI and (2) you don't use any globals in your application. +SMPI, provided that you only use MPI calls that we implemented in +MPI. Global variables should be handled correctly on Linux systems. \subsection SMPI_what_coverage MPI coverage of SMPI -- 2.20.1