瀏覽代碼

Go back to untouched version of starpu_mpi_req.c

Romain LION 5 年之前
父節點
當前提交
c84ed936c5
共有 1 個文件被更改,包括 0 次插入1 次删除
  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;