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
Since for the time being mesh initialization, conversion, and partitioning takes place on a single MPI rank, it follows that there is a hard limit on the mesh size. However, it seems that even before that ceiling is reached, METIS crashes during mesh partitioning. The reason is possibly signed integer overflow.
Possible workarounds:
build METIS with 64 bit index type
reduce mesh size (that's not really much of a solution)
Mesh that partitioning failed on: 20x20x20 cube, 6th order (~1.77mln nodes)
Since for the time being mesh initialization, conversion, and partitioning takes place on a single MPI rank, it follows that there is a hard limit on the mesh size. However, it seems that even before that ceiling is reached, METIS crashes during mesh partitioning. The reason is possibly signed integer overflow.
Possible workarounds:
Mesh that partitioning failed on: 20x20x20 cube, 6th order (~1.77mln nodes)
Stacktrace:
Blocked by: #26
The text was updated successfully, but these errors were encountered: