소스 검색

refine FIXME case

Samuel Thibault 14 년 전
부모
커밋
f702ce1fe1
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      mpi/starpu_mpi_insert_task.c

+ 1 - 1
mpi/starpu_mpi_insert_task.c

@@ -110,7 +110,7 @@ int starpu_mpi_insert_task(MPI_Comm comm, starpu_codelet *codelet, ...) {
                                 }
                                 if (!do_execute && mpi_rank == me) {
                                         /* Somebody else will execute it, and I have the data, send it. */
-                                        /* FIXME: we need to know whether the receiver has it. */
+                                        /* FIXME CACHE: we need to know whether the receiver has it. */
                                         _STARPU_MPI_DEBUG("Send data to %d\n", dest);
                                         starpu_mpi_isend(data, &req[nb_req], dest, 0, comm);
                                         nb_req++;