Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dune-istl
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
Model registry
Operate
Environments
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-istl
Commits
24f24e75
Commit
24f24e75
authored
1 year ago
by
Lisa Julia Nebel
Browse files
Options
Downloads
Patches
Plain Diff
Add entry in CHANGELOG.md
parent
eb439587
No related branches found
No related tags found
1 merge request
!553
Add flag useFixedOrder to the coarsen method of AMGs ParallelIndicesCoarsener.
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CHANGELOG.md
+8
-0
8 additions, 0 deletions
CHANGELOG.md
with
8 additions
and
0 deletions
CHANGELOG.md
+
8
−
0
View file @
24f24e75
...
...
@@ -15,6 +15,14 @@ SPDX-License-Identifier: LicenseRef-GPL-2.0-only-with-DUNE-exception
performance. Hence,
`MatrixIndexSet`
can no longer be used for very large matrices with more
than 2^32 columns.
-
Added flag 'useFixedOrder' to the coarsen method of AMGs ParallelIndicesCoarsener.
If set to true, during the creation of the coarser matrix (by accumulation and restriction
to fewer processes) the coarse matrix rows are ordered in a fixed manner, making parallel runs
reproducible; the runtime is possibly not ideal though.
If set to false (which is the default), the row order depends on the order of messages received from the
processes responsible for the respective parts of the finer grid. Then the indices on the coarser grid
may differ from run to run.
## Deprecations and removals
-
The deprecated CMake variables
`SUPERLU_INCLUDE_DIRS`
,
`SUPERLU_LIBRARIES`
,
...
...
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