Skip to content
Snippets Groups Projects
Commit cf4c6263 authored by Christoph Grüninger's avatar Christoph Grüninger
Browse files

Deprecate *collectivecommunication.hh headers.

They will be removed after Dune 2.7.
parent fcfd0eb4
Branches
Tags
1 merge request!738Deprecate *collectivecommunication.hh headers.
Pipeline #23087 passed
......@@ -58,6 +58,12 @@
- Support for older version than METIS 5.x and ParMETIS 4.x is deprecated and will be
removed after Dune 2.7.
- Deprecated header `dune/common/parallel/collectivecommunication.hh` which will be
removed after Dune 2.7. Use dune/common/parallel/communication.hh instead!
- Deprecated header `dune/common/parallel/mpicollectivecommunication.hh` which will be
removed after Dune 2.7. Use dune/common/parallel/mpicommunication.hh instead!
## build-system
- When run with an absolute build directory, `dunecontrol` now exposes the root build
......
// Will be deprecated after the 2.7 release
//#warning "Deprecated header, use #include <dune/common/parallel/communication.hh> instead!"
// Will be removed after the 2.7 release
#warning "Deprecated header, use #include <dune/common/parallel/communication.hh> instead!"
#include <dune/common/parallel/communication.hh>
// Will be deprecated after the 2.7 release
//#warning "Deprecated header, use #include <dune/common/parallel/mpicommunication.hh> instead!"
// Will be removed after the 2.7 release
#warning "Deprecated header, use #include <dune/common/parallel/mpicommunication.hh> instead!"
#include <dune/common/parallel/mpicommunication.hh>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment