diff options
author | thegeorg <thegeorg@yandex-team.com> | 2023-06-14 17:34:16 +0300 |
---|---|---|
committer | thegeorg <thegeorg@yandex-team.com> | 2023-06-14 17:34:16 +0300 |
commit | e61ddf711e3091d7fe3a224065994edc1f22db7e (patch) | |
tree | 26a6a1523ddec00bdfcc44f1639438ed63db6887 | |
parent | 611b8c41197b315bb89f73b4b5b82712fec8bc48 (diff) | |
download | ydb-e61ddf711e3091d7fe3a224065994edc1f22db7e.tar.gz |
Wipe out mpi version of boost/graph
12 files changed, 12 insertions, 27 deletions
diff --git a/contrib/restricted/boost/graph/include/boost/graph/breadth_first_search.hpp b/contrib/restricted/boost/graph/include/boost/graph/breadth_first_search.hpp index 0993d55d1d..f980cf2f3f 100644 --- a/contrib/restricted/boost/graph/include/boost/graph/breadth_first_search.hpp +++ b/contrib/restricted/boost/graph/include/boost/graph/breadth_first_search.hpp @@ -27,7 +27,7 @@ #include <boost/graph/detail/mpi_include.hpp> #include <boost/concept/assert.hpp> -#include BOOST_GRAPH_MPI_INCLUDE(<boost/graph/distributed/concepts.hpp>) + namespace boost { @@ -403,6 +403,6 @@ namespace graph } // namespace boost -#include BOOST_GRAPH_MPI_INCLUDE(<boost/graph/distributed/breadth_first_search.hpp>) + #endif // BOOST_GRAPH_BREADTH_FIRST_SEARCH_HPP diff --git a/contrib/restricted/boost/graph/include/boost/graph/connected_components.hpp b/contrib/restricted/boost/graph/include/boost/graph/connected_components.hpp index 75e76a0734..b0e7d66c04 100644 --- a/contrib/restricted/boost/graph/include/boost/graph/connected_components.hpp +++ b/contrib/restricted/boost/graph/include/boost/graph/connected_components.hpp @@ -109,6 +109,6 @@ connected_components(const Graph& g, } // namespace boost -#include BOOST_GRAPH_MPI_INCLUDE(<boost/graph/distributed/connected_components.hpp>) + #endif // BOOST_GRAPH_CONNECTED_COMPONENTS_HPP diff --git a/contrib/restricted/boost/graph/include/boost/graph/depth_first_search.hpp b/contrib/restricted/boost/graph/include/boost/graph/depth_first_search.hpp index 17d25e89c3..d646cc11d9 100644 --- a/contrib/restricted/boost/graph/include/boost/graph/depth_first_search.hpp +++ b/contrib/restricted/boost/graph/include/boost/graph/depth_first_search.hpp @@ -428,6 +428,6 @@ void depth_first_visit(const IncidenceGraph& g, } } // namespace boost -#include BOOST_GRAPH_MPI_INCLUDE(<boost/graph/distributed/depth_first_search.hpp>) + #endif diff --git a/contrib/restricted/boost/graph/include/boost/graph/dijkstra_shortest_paths.hpp b/contrib/restricted/boost/graph/include/boost/graph/dijkstra_shortest_paths.hpp index 8d3c0705ca..8ffda1d7fb 100644 --- a/contrib/restricted/boost/graph/include/boost/graph/dijkstra_shortest_paths.hpp +++ b/contrib/restricted/boost/graph/include/boost/graph/dijkstra_shortest_paths.hpp @@ -575,6 +575,6 @@ inline void dijkstra_shortest_paths(const VertexListGraph& g, } // namespace boost -#include BOOST_GRAPH_MPI_INCLUDE(<boost/graph/distributed/dijkstra_shortest_paths.hpp>) + #endif // BOOST_GRAPH_DIJKSTRA_HPP diff --git a/contrib/restricted/boost/graph/include/boost/graph/fruchterman_reingold.hpp b/contrib/restricted/boost/graph/include/boost/graph/fruchterman_reingold.hpp index 5d60674cfc..d2a443427d 100644 --- a/contrib/restricted/boost/graph/include/boost/graph/fruchterman_reingold.hpp +++ b/contrib/restricted/boost/graph/include/boost/graph/fruchterman_reingold.hpp @@ -455,6 +455,6 @@ void fruchterman_reingold_force_directed_layout( } // end namespace boost -#include BOOST_GRAPH_MPI_INCLUDE(<boost/graph/distributed/fruchterman_reingold.hpp>) + #endif // BOOST_GRAPH_FRUCHTERMAN_REINGOLD_FORCE_DIRECTED_LAYOUT_HPP diff --git a/contrib/restricted/boost/graph/include/boost/graph/graphviz.hpp b/contrib/restricted/boost/graph/include/boost/graph/graphviz.hpp index cdfee5d0bb..37f5e40c89 100644 --- a/contrib/restricted/boost/graph/include/boost/graph/graphviz.hpp +++ b/contrib/restricted/boost/graph/include/boost/graph/graphviz.hpp @@ -1027,6 +1027,6 @@ bool read_graphviz(std::istream& in, MutableGraph& graph, } // namespace boost -#include BOOST_GRAPH_MPI_INCLUDE(<boost/graph/distributed/graphviz.hpp>) + #endif // BOOST_GRAPHVIZ_HPP diff --git a/contrib/restricted/boost/graph/include/boost/graph/one_bit_color_map.hpp b/contrib/restricted/boost/graph/include/boost/graph/one_bit_color_map.hpp index cdc59e175c..b11f16f684 100644 --- a/contrib/restricted/boost/graph/include/boost/graph/one_bit_color_map.hpp +++ b/contrib/restricted/boost/graph/include/boost/graph/one_bit_color_map.hpp @@ -99,6 +99,6 @@ inline one_bit_color_map< IndexMap > make_one_bit_color_map( } // end namespace boost -#include BOOST_GRAPH_MPI_INCLUDE(<boost/graph/distributed/one_bit_color_map.hpp>) + #endif // BOOST_ONE_BIT_COLOR_MAP_HPP diff --git a/contrib/restricted/boost/graph/include/boost/graph/page_rank.hpp b/contrib/restricted/boost/graph/include/boost/graph/page_rank.hpp index 54170da54f..94ae0f3409 100644 --- a/contrib/restricted/boost/graph/include/boost/graph/page_rank.hpp +++ b/contrib/restricted/boost/graph/include/boost/graph/page_rank.hpp @@ -174,6 +174,6 @@ namespace graph } } // end namespace boost::graph -#include BOOST_GRAPH_MPI_INCLUDE(<boost/graph/distributed/page_rank.hpp>) + #endif // BOOST_GRAPH_PAGE_RANK_HPP diff --git a/contrib/restricted/boost/graph/include/boost/graph/rmat_graph_generator.hpp b/contrib/restricted/boost/graph/include/boost/graph/rmat_graph_generator.hpp index 1a2c838feb..35c71ec347 100644 --- a/contrib/restricted/boost/graph/include/boost/graph/rmat_graph_generator.hpp +++ b/contrib/restricted/boost/graph/include/boost/graph/rmat_graph_generator.hpp @@ -658,6 +658,6 @@ private: } // end namespace boost -#include BOOST_GRAPH_MPI_INCLUDE(<boost/graph/distributed/rmat_graph_generator.hpp>) + #endif // BOOST_GRAPH_RMAT_GENERATOR_HPP diff --git a/contrib/restricted/boost/graph/include/boost/graph/strong_components.hpp b/contrib/restricted/boost/graph/include/boost/graph/strong_components.hpp index 18e3f8fadd..910bbaa303 100644 --- a/contrib/restricted/boost/graph/include/boost/graph/strong_components.hpp +++ b/contrib/restricted/boost/graph/include/boost/graph/strong_components.hpp @@ -342,6 +342,6 @@ kosaraju_strong_components( } // namespace boost -#include BOOST_GRAPH_MPI_INCLUDE(<boost/graph/distributed/strong_components.hpp>) + #endif // BOOST_GRAPH_STRONG_COMPONENTS_HPP diff --git a/contrib/restricted/boost/graph/include/boost/graph/two_bit_color_map.hpp b/contrib/restricted/boost/graph/include/boost/graph/two_bit_color_map.hpp index a802644288..ddf8cd13af 100644 --- a/contrib/restricted/boost/graph/include/boost/graph/two_bit_color_map.hpp +++ b/contrib/restricted/boost/graph/include/boost/graph/two_bit_color_map.hpp @@ -103,6 +103,6 @@ inline two_bit_color_map< IndexMap > make_two_bit_color_map( } // end namespace boost -#include BOOST_GRAPH_MPI_INCLUDE(<boost/graph/distributed/two_bit_color_map.hpp>) + #endif // BOOST_TWO_BIT_COLOR_MAP_HPP diff --git a/contrib/restricted/boost/graph/include/boost/graph/use_mpi.hpp b/contrib/restricted/boost/graph/include/boost/graph/use_mpi.hpp deleted file mode 100644 index b77f9c0b5d..0000000000 --- a/contrib/restricted/boost/graph/include/boost/graph/use_mpi.hpp +++ /dev/null @@ -1,15 +0,0 @@ -// Copyright (C) 2004-2009 The Trustees of Indiana University. - -// Use, modification and distribution is subject to the Boost Software -// License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at -// http://www.boost.org/LICENSE_1_0.txt) - -// Authors: Nick Edmonds -// Andrew Lumsdaine - -#ifndef BOOST_GRAPH_USE_MPI_HPP -#define BOOST_GRAPH_USE_MPI_HPP - -#define BOOST_GRAPH_USE_MPI - -#endif // BOOST_GRAPH_USE_MPI_HPP |