Просмотр исходного кода

note that mpirun as to be used as usual

Samuel Thibault лет назад: 13
Родитель
Сommit
794730111e
1 измененных файлов с 3 добавлено и 1 удалено
  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::