Metis partitioner failure or mesh issue?

Issue #52 resolved
Rajeev Jain created an issue

mbpart -m ML_RB 20 newcubex2b.exo 2b_20p.h5m fails with error: Partitioner failed! Error code: MB_MULTIPLE_ENTITIES_FOUND (5)

This comes when it is trying to assemble the graph: src/MetisPartitioner.cpp, line 404 to 431. It tries to loop over all the hex27 elements and fails with the above error.

The attached mesh can be successfully partitioned with zoltan.

Comments (6)

  1. Rajeev Jain reporter

    It seems like a problem with surface boundary (sidesets) sets. The zoltan partitioned file fails to load in parallel. --

    mpiexec -np 2 mbconvert -O PARALLEL=READ_PART -O PARTITION=PARALLEL_PARTITION -O PARALLEL_RESOLVE_SHARED_ENTS -O DEBUG_IO=3 -O DEBUG_PIO=1 -o PARALLEL=WRITE_PART cube_zol20.h5m 2load_mbconvert_test.h5m

  2. Log in to comment