test: random particle generator serialization - #7244
Open
tjhei wants to merge 1 commit into
Open
Conversation
Contributor
|
Let's hold off on this then for now. |
tjhei
force-pushed
the
test-checkpoint-particle-random
branch
from
July 30, 2026 13:02
a525184 to
94d017c
Compare
Member
Author
|
waiting for #7245 |
Contributor
|
Actually, to the successor of #7245 that isn't written yet. |
Contributor
|
Can you rebase this now? |
tjhei
force-pushed
the
test-checkpoint-particle-random
branch
from
August 8, 2026 21:46
94d017c to
2b7a6f0
Compare
tjhei
marked this pull request as ready for review
August 8, 2026 21:47
Member
Author
|
Rebased. Let's see what happens. |
Contributor
|
Well, it fails: |
tjhei
force-pushed
the
test-checkpoint-particle-random
branch
4 times, most recently
from
August 10, 2026 13:11
c0fec73 to
a1a0574
Compare
tjhei
force-pushed
the
test-checkpoint-particle-random
branch
from
August 10, 2026 14:45
a1a0574 to
7469b1d
Compare
Member
Author
|
Alright, I got it to work. It is worth noting that this is seems to be the first checkpointing test with >1 MPI rank. @bangerth |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
part of #7099 because checkpointing is broken due to random number generators. This test fails without a fix such as proposed #7099 or #7240
FYI @bangerth