Browse Source

doc/chapters/mpi-support.texi: fix text

Nathalie Furmento 12 years ago
parent
commit
6f3395549a
1 changed files with 3 additions and 2 deletions
  1. 3 2
      doc/chapters/mpi-support.texi

+ 3 - 2
doc/chapters/mpi-support.texi

@@ -30,7 +30,7 @@ according to the task graph and an application-provided distribution.
 @node Simple Example
 @node Simple Example
 @section Simple Example
 @section Simple Example
 
 
-The flags required to compile or link against the MPI layer are then
+The flags required to compile or link against the MPI layer are
 accessible with the following commands:
 accessible with the following commands:
 
 
 @example
 @example
@@ -38,7 +38,8 @@ $ pkg-config --cflags starpumpi-1.0  # options for the compiler
 $ pkg-config --libs starpumpi-1.0    # options for the linker
 $ pkg-config --libs starpumpi-1.0    # options for the linker
 @end example
 @end example
 
 
-Also pass the @code{--static} option if the application is to be linked statically.
+You also need pass the @code{--static} option if the application is to
+be linked statically.
 
 
 @cartouche
 @cartouche
 @smallexample
 @smallexample