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
I ran into multiple issues regarding the partitioning in #212.
METIS_PartMeshNodal turns out to be non-deterministic by default. I fixed the seed in #212, which is enough for the CI, but not for local runs as versions 5.1.0 on Ubuntu 22.04 LTS and 5.2.1 on Archlinux lead to different results for identical inputs and seeds.
The kmean partitioning currently doesn't use a fixed seed, and we will likely run into issues with different versions too.
We need to find a reliable way to get useful =! uniform clustering for the CI.
The text was updated successfully, but these errors were encountered:
I ran into multiple issues regarding the partitioning in #212.
METIS_PartMeshNodal
turns out to be non-deterministic by default. I fixed the seed in #212, which is enough for the CI, but not for local runs as versions5.1.0
on Ubuntu 22.04 LTS and5.2.1
on Archlinux lead to different results for identical inputs and seeds.The kmean partitioning currently doesn't use a fixed seed, and we will likely run into issues with different versions too.
We need to find a reliable way to get useful
=! uniform
clustering for the CI.The text was updated successfully, but these errors were encountered: