problem in partitionning

Hello

I'm using Parmetis 4 in order to partition mesh for a CFD tool.

The command used is :
call METIS_PartGraphRecursive(nelem,1,nelemconn,elemconn,dummy_null, &
dummy_null,dummy_null,npart,dummy_null,dummy_null,&
options,edgecut,color)

METIS routine is well performed, however there is only one partition. May be I have misunderstood one option?

Is anybody can help me?

regards
David

RE: Hi Finally, I have success

Hi

Finally, I have success in finding the option field.

However I have still a problem because one of the parts contains no elements!
Is anyone has already encountered this problem?

Regards
David

RE: Does you graph have weights

Does you graph have weights on the vertices? How many vertices does the graph have? How many partitions are you trying to compute?