|
@@ -874,6 +874,18 @@ data transfers and supports data matrices which do not fit in memory (out-of-cor
|
|
|
</li>
|
|
|
</ul>
|
|
|
|
|
|
+\section MPIImplementation Notes about the Implementation
|
|
|
+
|
|
|
+StarPU-MPI is implemented directly on top of MPI.
|
|
|
+
|
|
|
+Since the release 1.3.0, an implementation on top of NewMadeleine, an
|
|
|
+optimizing communication library for high-performance networks, is
|
|
|
+also provided. To use it, one needs to install NewMadeleine (see
|
|
|
+http://pm2.gforge.inria.fr/newmadeleine/) and enable the configure
|
|
|
+option \ref --enable-nmad "--enable-nmad".
|
|
|
+
|
|
|
+Both implementations provide the same public API.
|
|
|
+
|
|
|
\section MPIMasterSlave MPI Master Slave Support
|
|
|
|
|
|
StarPU provides an other way to execute applications across many
|