-
Notifications
You must be signed in to change notification settings - Fork 56
[Trilinos] Move from Isorropia to Zoltan2 #596
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
maxfirmbach
wants to merge
36
commits into
4C-multiphysics:main
Choose a base branch
from
maxfirmbach:927-Move-from-isorropia-to-zoltan2
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
36 commits
Select commit
Hold shift + click to select a range
60ff89c
First changes regarding Zoltan2
maxfirmbach e359444
Fix FSI tests
mayrmt b55f262
Fix FS3I test
mayrmt 38a1c40
Fix contact saddle-point preconditioner tests
mayrmt ab8aa9f
Fix self-contact tests
mayrmt 4d91a9a
Fix vtk files
eulovi 7f036c1
Fix beam test
eulovi bb9c1af
Fix a few minor tolerance violation tests
maxfirmbach 2f5fc28
Change tolerances of AZTOL for xfluid
eulovi 0e123ee
Fix vtk files
eulovi 84f8309
Fix small error
eulovi a7592f8
Extend scope of variable
georghammerl 6ee5b14
Several bug fixes
georghammerl 96b2168
Further work on periodic boundary conditions
maxfirmbach 54f3ef1
Fix a few more tests
maxfirmbach e509ecf
Further work on turbmodel tests
maxfirmbach be7fab6
Fix communicator for Zoltan2
maxfirmbach 088ab43
Fix unit tests
maxfirmbach f7b5e6a
Fix a few tests
maxfirmbach c91a507
fix: update brownian dyn tests
davidrudlstorfer bc7796c
Fix first batch of ELCH tests
maxfirmbach 5414d76
Fix some s(s)ti tests
maxfirmbach d4ae3fb
Redo monolithic partitioning test
maxfirmbach 94dd7ef
Fix formatting
maxfirmbach 1ed1290
Fix beam tests
maxfirmbach 059f40a
Adjust tolerances
knarfnitram 4b63308
Fix FSI tests
mayrmt b63bd00
Redo monolithic partitioning test
maxfirmbach 7812677
Fix fsi tests
maxfirmbach f886fca
Fix some further things
maxfirmbach 0fad486
Fix from rebase
maxfirmbach 982138e
Fix (s)sti tests
maxfirmbach 4d87013
More test fixing for elch, ssi, sti
maxfirmbach 68e65ee
Fix porofluid test
eulovi 4773242
Fix multivector use for weight
maxfirmbach 0694443
Minimize Zoltan2 output
maxfirmbach File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
DEBUG_LEVELanddebug_levelare overwritten at the call site. Is this intended? See other comment.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
debug_levelis the verbosity ofZoltan2, whileDEBUG_LEVELis the internalZoltanverbosity. That's withdebug_levelis set onparamsandDEBUG_LEVELonzparams(theZoltansublist). I know this is confusing ... but that's how it is right now. In theIsorropiacase it was not that much better though.