-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Fix tests breaking with parallel and recover flags #122
Conversation
Job Documentation on 7c274aa wanted to post the following: View the site here This comment will be updated on new commits. |
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.
Just a first review on the current status.
… sievert tests to only run with replicated meshes.
These tests need further improvements (which will be dealt with in the PR for #123 ), but for now this fixes the tests that were breaking in parallel runs, distributed meshes or with the recovery options. |
@cticenhour can you also review this and make sure if it's sufficient to close #112 ? |
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.
Looks good to me.
test/tests/interfacekernels/InterfaceSorptionSievert/interface_sorption_Sievert.i
Outdated
Show resolved
Hide resolved
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.
Sorry, I should have waited until all comments/requested changes were resolved.
Co-authored-by: Pierre-Clement Simon <pierreclement.simon@gmail.com>
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.
Looks good to me, thanks!
refs #112
Reason
TMAP8 tests are failing with -p 2 --n-threads 2.
Design
Impact
Fixing broken tests will build confidence in TMAP8 results with larger problems that require parallel and recovery features.