浏览代码

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