Kaynağa Gözat

Go back to untouched version of starpu_mpi_req.c

Romain LION 5 yıl önce
ebeveyn
işleme
c84ed936c5
1 değiştirilmiş dosya ile 0 ekleme ve 1 silme
  1. 0 1
      mpi/src/starpu_mpi_req.c

+ 0 - 1
mpi/src/starpu_mpi_req.c

@@ -95,7 +95,6 @@ struct _starpu_mpi_req *_starpu_mpi_request_fill(starpu_data_handle_t data_handl
 	req->sequential_consistency = sequential_consistency;
 	req->count = count;
 
-	fprintf(stderr, "Filling req %p with internal:%d\n", req, is_internal_req);
 	_mpi_backend._starpu_mpi_backend_request_fill(req, comm, is_internal_req);
 
 	return req;