You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enable Parmetis parallel partitioning for large meshes
For larger meshes, this adds a parallel partitioning for reduced memory footprint and faster partitioning. It includes
- added ParMetisKWay partitioning with a ParMetisKWay config option
- updated documentation
- removal of many unnecessary return codes and integration with new error handler
The serial MetisKWay option is retained as the default since it is more efficient for smaller meshes and node counts. To test the new option, the input config must be manually modified to use the ParMetisKWay method in the Decomp config. As noted in the updated documentation, ParMetis gives a somewhat different decomposition than the serial algorithm (and the offline gpmetis tool which matches the serial version).
0 commit comments