-
Notifications
You must be signed in to change notification settings - Fork 112
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
trixi2vtk fails for TreeMesh results when running with MPI #1861
Comments
Can you please post the full stacktrace? |
Sure! Just updated it in the original post. |
Did you start with a clean state or may there be some other mesh/solution files? |
I started the simulations from scratch and wrote to a fresh output directory each time. |
Please provide the full set of information when describing a bug like this. In this specific case, I guess you ran the simulation with MPI? Does the same problem occur without AMR but with MPI? |
Took a while to double check. It is related to MPI, but not to AMR! I did the following on rocinante (Ubuntu 22.04) using julia 1.10.0, starting from a fresh directory:
|
Maybe this change
as well? |
Yes, that looks like it. Would you like to look into it and prepare a PR? |
I did a Trixi.jl simulation using a TreeMesh and AMR and SaveSolution callbacks. When I try to convert the output files using trixi2vtk, I get:
So, should the h5 files have the "capacity" attribute, or should Trixi not look for it?
It works for non-AMR simulations!
The text was updated successfully, but these errors were encountered: