-
Notifications
You must be signed in to change notification settings - Fork 54
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
parallel reader for Gmsh mesh file #266
Comments
Gmsh 4.2 introduces a new parallel file format versioned 4.1. |
FYI, |
Dan, do you think that you would have time to support the parallel reader in April? |
Unless its trivial, I don't think so. I have lots of travel in April. |
Hello @ibaned |
I have no problem with supporting it, but so far the projects I work on either use structured meshes or use the SNL mesh generator (CUBIT), not Gmsh, so I don't think I can get money from them to add this. |
Dear @ibaned
|
@smelchio I would personally do the first option, the "duplicate" one. This allows users to read the format without building Gmsh on the same machine, and it also avoids issues with Gmsh's GPL license. Still, if you do the second option, I will merge it. |
At the moment the Gmsh reader read the whole file using rank 0 then redistribute the mesh across the ranks. This solution may not be ideal for large size mesh. Is it possible to implement a parallel reader, in consideration of the new Gmsh 4 format?
The text was updated successfully, but these errors were encountered: