ソースを参照

Mention that starpu_mpi_init_comm doesn't reserve a core for MPI comms

Samuel Thibault 5 年 前
コミット
c1db714500
共有1 個のファイルを変更した3 個の追加3 個の削除を含む
  1. 3 3
      mpi/include/starpu_mpi.h

+ 3 - 3
mpi/include/starpu_mpi.h

@@ -50,9 +50,9 @@ extern "C"
 int starpu_mpi_init_conf(int *argc, char ***argv, int initialize_mpi, MPI_Comm comm, struct starpu_conf *conf);
 
 /**
-   Same as starpu_mpi_init_conf(), except that this does not
-   initialize the StarPU library. The caller thus has to call
-   starpu_init() before this.
+   Same as starpu_mpi_init_conf(), except that this does not initialize the
+   StarPU library. The caller thus has to call starpu_init() before this, and it
+   can not reserve a core for the MPI communications.
 */
 int starpu_mpi_init_comm(int *argc, char ***argv, int initialize_mpi, MPI_Comm comm);