Commit 15c4a2c
Restart w/ out-of-bounds Particles (#4783)
## Summary
Seen on Frontier at 6000 nodes (of course): if the particle locator
decides that a particle is out-of-bounds, it used an inconsistent level
for the particle in restart.
Now, it uses the currently loaded level consistently, with an
invalid-marked tile.
## Additional background
First seen by @titoiride
Co-authored-by: @atmyers
Co-authored-by: @RemiLehe
Co-authored-by: @titoiride
## Checklist
The proposed changes:
- [x] fix a bug or incorrect behavior in AMReX
- [ ] add new capabilities to AMReX
- [ ] changes answers in the test suite to more than roundoff level
- [ ] are likely to significantly affect the results of downstream AMReX
users
- [ ] include documentation in the code and/or rst files, if appropriate
Co-authored-by: Andrew Myers <[email protected]>
Co-authored-by: Remi Lehe <[email protected]>
Co-authored-by: Davide Terzani <[email protected]>1 parent 4159c72 commit 15c4a2c
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1050 | 1050 | | |
1051 | 1051 | | |
1052 | 1052 | | |
1053 | | - | |
| 1053 | + | |
1054 | 1054 | | |
1055 | 1055 | | |
1056 | | - | |
| 1056 | + | |
1057 | 1057 | | |
1058 | 1058 | | |
1059 | 1059 | | |
| |||
0 commit comments