Get partitioning vector for the nodes of a mesh

The Metis mesh partitioning routine ParMETIS_V3_PartMeshKway seems unable to provide the partitioning vector for the nodes of a mesh.
To me, that seems weird because the serial Metis routine METIS PartMeshDual is capable of providing npart as the partitioning vector of nodes.

Is there any work-around solution to get partitioning vector for the nodes of a mesh while also let the metis routine run in parallel?