Explorar o código

StarPU-MPI: new debug statement

Nathalie Furmento %!s(int64=14) %!d(string=hai) anos
pai
achega
89d74f030c
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  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);