]> https://gitweb.dealii.org/ - dealii.git/commitdiff
working
authorDaniel Arndt <arndtd@ornl.gov>
Thu, 1 Dec 2022 20:16:27 +0000 (20:16 +0000)
committerDaniel Arndt <arndtd@ornl.gov>
Thu, 8 Dec 2022 22:13:15 +0000 (17:13 -0500)
include/deal.II/lac/la_parallel_vector.templates.h

index 1537aef5961f9375a070d2e54b2e9400bf9f8473..b6fd2efb7b35b7483db8197e31131e055f8d1c7d 100644 (file)
@@ -1148,13 +1148,6 @@ namespace LinearAlgebra
 #  endif
         }
 
-      if (std::is_same_v<MemorySpaceType, MemorySpace::Device>)
-             std::cout << "device" << std::endl;
-       if (std::is_same_v<MemorySpaceType, MemorySpace::Host>)
-              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<MemorySpaceType, MemorySpace::CUDA>) { 

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.