Does salome mesh support mesh partition

I need perform a mesh partition for the parallel computation. Does salome support this operation.

To partition meshes you can use medpartitioner, which is based on the standard tools (metis/scotch).
Type medpartitioner --help to get options.
A parallel version using parMetis also exists but is not compiled by default: medpartitioner_para
Nicolas