From: degomme Date: Mon, 23 May 2016 08:09:21 +0000 (+0200) Subject: Update lying doc. X-Git-Tag: v3_14~1130^2~7 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/fa26a7d998b5dcf2362c6c645f854b60ee0a8c56?ds=sidebyside Update lying doc. --- 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