소스 검색

StarPU-MPI: new debug statement

Nathalie Furmento 14 년 전
부모
커밋
89d74f030c
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      mpi/starpu_mpi_insert_task.c

+ 3 - 0
mpi/starpu_mpi_insert_task.c

@@ -220,6 +220,9 @@ int starpu_mpi_insert_task(MPI_Comm comm, starpu_codelet *codelet, ...)
                         dest = execute;
                 }
         }
+        else if (execute != -1) {
+                _STARPU_MPI_DEBUG("Property STARPU_EXECUTE ignored as W data are all owned by the same task\n");
+        }
 
         /* Send and receive data as requested */
 	va_start(varg_list, codelet);