Bläddra i källkod

note that mpirun as to be used as usual

Samuel Thibault 13 år sedan
förälder
incheckning
794730111e
1 ändrade filer med 3 tillägg och 1 borttagningar
  1. 3 1
      doc/starpu.texi

+ 3 - 1
doc/starpu.texi

@@ -2153,7 +2153,9 @@ very natural way by the means of asynchronous interactions between the
 application and StarPU.  This is implemented in a separate libstarpumpi library
 which basically provides "StarPU" equivalents of @code{MPI_*} functions, where
 @code{void *} buffers are replaced with @code{starpu_data_handle}s, and all
-GPU-RAM-NIC transfers are handled efficiently by StarPU-MPI.
+GPU-RAM-NIC transfers are handled efficiently by StarPU-MPI.  The user has to
+use the usual @code{mpirun} command of the MPI implementation to start StarPU on
+the different MPI nodes.
 
 @menu
 * The API::