-
Notifications
You must be signed in to change notification settings - Fork 3
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 execution is possible? #1
Comments
As far as I remember the tool doesn't run in parallel. I've used it for meshes up to 10M cells and it ran in about 10 minutes What kind of parallelism are you looking for? MPI? |
MPI would be great because it is the same approach than OpenFoam. I am trying to improve a mesh of 90M cells with cyclic and AMI patches. So, as far as I understood from the tutorial, I have to prepared a pointSet for every patch and then, run optiMesh. If not, it claims after first iteration that there is a problem with the AMIs. Thanks for answering my post. It is more than welcome |
Hello @beinspired , |
Hi,
I am just compiled the tool in Openfoam 1812 with some minor changes and right now, the tutorial works. I would like to use the tool to improve the mesh orthogonality of a mesh with around 90M cells. Could the tool be executed in parallel?
Thanks a lot for your effort and for sharing your code. I hope I can use it.
The text was updated successfully, but these errors were encountered: