From: Wolfgang Bangerth Date: Tue, 5 Nov 2024 22:27:03 +0000 (-0700) Subject: Remove mpi_compute_index_owner_internal.h. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1b93eacad493b673b367ca58fa82b2ff3c7fa3c9;p=dealii.git Remove mpi_compute_index_owner_internal.h. --- diff --git a/include/deal.II/base/mpi_compute_index_owner_internal.h b/include/deal.II/base/mpi_compute_index_owner_internal.h deleted file mode 100644 index 83b0a02662..0000000000 --- a/include/deal.II/base/mpi_compute_index_owner_internal.h +++ /dev/null @@ -1,36 +0,0 @@ -// ------------------------------------------------------------------------ -// -// SPDX-License-Identifier: LGPL-2.1-or-later -// Copyright (C) 2019 - 2024 by the deal.II authors -// -// This file is part of the deal.II library. -// -// Part of the source code is dual licensed under Apache-2.0 WITH -// LLVM-exception OR LGPL-2.1-or-later. Detailed license information -// governing the source code and code contributions can be found in -// LICENSE.md and CONTRIBUTING.md at the top level directory of deal.II. -// -// ------------------------------------------------------------------------ - -#ifndef dealii_base_mpi_compute_index_owner_internal_h -#define dealii_base_mpi_compute_index_owner_internal_h - -#include - -#include -#include - -DEAL_II_NAMESPACE_OPEN - -namespace Utilities -{ - namespace MPI - { - namespace internal - {} // namespace internal - } // namespace MPI -} // namespace Utilities - -DEAL_II_NAMESPACE_CLOSE - -#endif diff --git a/include/deal.II/base/mpi_noncontiguous_partitioner.h b/include/deal.II/base/mpi_noncontiguous_partitioner.h index 86cb314678..aaaf2942b6 100644 --- a/include/deal.II/base/mpi_noncontiguous_partitioner.h +++ b/include/deal.II/base/mpi_noncontiguous_partitioner.h @@ -18,9 +18,9 @@ #include #include -#include #include +#include DEAL_II_NAMESPACE_OPEN diff --git a/source/base/CMakeLists.txt b/source/base/CMakeLists.txt index 1b40cf626e..6fa4cc3f9e 100644 --- a/source/base/CMakeLists.txt +++ b/source/base/CMakeLists.txt @@ -49,7 +49,6 @@ set(_unity_include_src hdf5.cc kokkos.cc mpi.cc - mpi_compute_index_owner_internal.cc mpi_noncontiguous_partitioner.cc mpi_remote_point_evaluation.cc mu_parser_internal.cc diff --git a/source/base/mpi.cc b/source/base/mpi.cc index ba1a3b70d8..8717598dd7 100644 --- a/source/base/mpi.cc +++ b/source/base/mpi.cc @@ -17,7 +17,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/source/base/mpi_compute_index_owner_internal.cc b/source/base/mpi_compute_index_owner_internal.cc deleted file mode 100644 index da488bdc96..0000000000 --- a/source/base/mpi_compute_index_owner_internal.cc +++ /dev/null @@ -1,38 +0,0 @@ -// ------------------------------------------------------------------------ -// -// SPDX-License-Identifier: LGPL-2.1-or-later -// Copyright (C) 2022 - 2024 by the deal.II authors -// -// This file is part of the deal.II library. -// -// Part of the source code is dual licensed under Apache-2.0 WITH -// LLVM-exception OR LGPL-2.1-or-later. Detailed license information -// governing the source code and code contributions can be found in -// LICENSE.md and CONTRIBUTING.md at the top level directory of deal.II. -// -// ------------------------------------------------------------------------ - -#include - -#include -#include - -#include - -#include - -DEAL_II_NAMESPACE_OPEN - -namespace Utilities -{ - namespace MPI - { - namespace internal - { - namespace ComputeIndexOwner - {} // namespace ComputeIndexOwner - } // namespace internal - } // namespace MPI -} // namespace Utilities - -DEAL_II_NAMESPACE_CLOSE