Explorar o código

mpi/tests/matrix2.c: remove useless fprintf

Nathalie Furmento %!s(int64=10) %!d(string=hai) anos
pai
achega
40148a0f47
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      mpi/tests/matrix2.c

+ 0 - 1
mpi/tests/matrix2.c

@@ -106,7 +106,6 @@ int main(int argc, char **argv)
 
 	for(n = 0; n < N-1; n++)
 	{
-	     fprintf(stderr, "loop %d\n", n);
 		ret = starpu_mpi_task_insert(MPI_COMM_WORLD, &mycodelet,
 					     STARPU_R, data_A[n],
 					     STARPU_R, data_X[n],