From e9f218e04ff677e0d3ff5e495de2ca4729a228e5 Mon Sep 17 00:00:00 2001 From: Daniel Arndt Date: Thu, 1 Dec 2022 20:16:27 +0000 Subject: [PATCH] working --- include/deal.II/lac/la_parallel_vector.templates.h | 7 ------- 1 file changed, 7 deletions(-) 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) { -- 2.39.5