浏览代码

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);