From: Daniel Arndt Date: Thu, 1 Dec 2022 20:16:27 +0000 (+0000) Subject: working X-Git-Tag: v9.5.0-rc1~697^2~39 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e9f218e04ff677e0d3ff5e495de2ca4729a228e5;p=dealii.git working --- diff --git a/include/deal.II/lac/la_parallel_vector.templates.h b/include/deal.II/lac/la_parallel_vector.templates.h index 1537aef596..b6fd2efb7b 100644 --- a/include/deal.II/lac/la_parallel_vector.templates.h +++ b/include/deal.II/lac/la_parallel_vector.templates.h @@ -1148,13 +1148,6 @@ namespace LinearAlgebra # endif } - if (std::is_same_v) - std::cout << "device" << std::endl; - if (std::is_same_v) - std::cout << "host" << std::endl; - std::cout << "size_dev: " << data.values_dev.extent(0) << " " << partitioner->locally_owned_size() << std::endl; - std::cout << "size_host: " << data.values.extent(0) << " " << partitioner->locally_owned_size() << std::endl; - # if defined DEAL_II_COMPILER_CUDA_AWARE && \ !defined(DEAL_II_MPI_WITH_CUDA_SUPPORT) if (std::is_same_v) {