Selaa lähdekoodia

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

Samuel Thibault 5 vuotta sitten
vanhempi
commit
c1db714500
1 muutettua tiedostoa jossa 3 lisäystä ja 3 poistoa
  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);