I have done some benchmarking of different MUMPS versions available on debian
Comparison between libmumps-5.7 and libmumps-ptscotch-5.7 packages, configuring getfem build respectively with
LIBS='-lmumps_common -lpord' --enable-paralevel=2 '--with-mumps=-lsmumps -ldmumps -lcmumps -lzmumps' -disable-openmp
and
LIBS='-lmumps_common_ptscotch -lpord_ptscotch' --enable-paralevel=2 '--with-mumps=-lsmumps_ptscotch -ldmumps_ptscotch -lcmumps_ptscotch -lzmumps_ptscotch' -disable-openmp
The produced python interface libraries link to the following shared libraries (right side with ptscotch)
Running a benchmark model with approx 250000 dofs gives the following timings (right side with ptscotch is much faster)

