Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Update lying doc.
authordegomme <augustin.degomme@unibas.ch>
Mon, 23 May 2016 08:09:21 +0000 (10:09 +0200)
committerdegomme <augustin.degomme@unibas.ch>
Fri, 27 May 2016 19:54:14 +0000 (21:54 +0200)
doc/doxygen/module-smpi.doc

index b4cb0ab..4bf0e5a 100644 (file)
@@ -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
 \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
 
 
 \subsection SMPI_what_coverage MPI coverage of SMPI