|
@@ -36,15 +36,15 @@ according to the task graph and an application-provided distribution.
|
|
|
|
|
|
\section MPIBuild Building with MPI support
|
|
|
|
|
|
-If your <c>mpicc</c> compiler is already in your PATH, StarPU will automatically
|
|
|
-enable MPI support in the build. If your <c>mpicc</c> is not in PATH, you
|
|
|
-can specify it by passing <c>--with-mpicc=/where/there/is/mpicc</c> to
|
|
|
+If a <c>mpicc</c> compiler is already in your PATH, StarPU will automatically
|
|
|
+enable MPI support in the build. If <c>mpicc</c> is not in PATH, you
|
|
|
+can specify its location by passing <c>--with-mpicc=/where/there/is/mpicc</c> to
|
|
|
<c>./configure</c>
|
|
|
|
|
|
It can be useful to enable MPI tests during <c>make check</c> by passing
|
|
|
<c>--enable-mpi-check</c> to <c>./configure</c>. And similarly to
|
|
|
-<c>mpicc</c>, if <c>mpiexec</c> in not in PATH, you can specify it by passing
|
|
|
-<c>--with-mpiexec=/where/there/is/mpiexec</c> to <c>./configur</c>.
|
|
|
+<c>mpicc</c>, if <c>mpiexec</c> in not in PATH, you can specify its location by passing
|
|
|
+<c>--with-mpiexec=/where/there/is/mpiexec</c> to <c>./configure</c>.
|
|
|
|
|
|
\section ExampleDocumentation Example Used In This Documentation
|
|
|
|