Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dune-common
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Core Modules
dune-common
Commits
cf4c6263
Commit
cf4c6263
authored
5 years ago
by
Christoph Grüninger
Browse files
Options
Downloads
Patches
Plain Diff
Deprecate *collectivecommunication.hh headers.
They will be removed after Dune 2.7.
parent
fcfd0eb4
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!738
Deprecate *collectivecommunication.hh headers.
Pipeline
#23087
passed
5 years ago
Stage: test
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
CHANGELOG.md
+6
-0
6 additions, 0 deletions
CHANGELOG.md
dune/common/parallel/collectivecommunication.hh
+2
-2
2 additions, 2 deletions
dune/common/parallel/collectivecommunication.hh
dune/common/parallel/mpicollectivecommunication.hh
+2
-2
2 additions, 2 deletions
dune/common/parallel/mpicollectivecommunication.hh
with
10 additions
and
4 deletions
CHANGELOG.md
+
6
−
0
View file @
cf4c6263
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
dune/common/parallel/collectivecommunication.hh
+
2
−
2
View file @
cf4c6263
// Will be
deprecat
ed after the 2.7 release
//
#warning "Deprecated header, use #include <dune/common/parallel/communication.hh> instead!"
// Will be
remov
ed after the 2.7 release
#warning "Deprecated header, use #include <dune/common/parallel/communication.hh> instead!"
#include
<dune/common/parallel/communication.hh>
This diff is collapsed.
Click to expand it.
dune/common/parallel/mpicollectivecommunication.hh
+
2
−
2
View file @
cf4c6263
// Will be
deprecat
ed after the 2.7 release
//
#warning "Deprecated header, use #include <dune/common/parallel/mpicommunication.hh> instead!"
// Will be
remov
ed after the 2.7 release
#warning "Deprecated header, use #include <dune/common/parallel/mpicommunication.hh> instead!"
#include
<dune/common/parallel/mpicommunication.hh>
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment