I am getting this error running "gpmetis -minconn -contig -niter=200 region.graph.info 36" command:
------------------------------------------------------------------------------
*** I detected an error in your input file ***
In the first line of the file, you specified that the graph contained
5980 edges. However, I only found 0 edges in the file.
Please specify the correct number of edges in the first line of the file.
------------------------------------------------------------------------------
I am using the latest MPAS-Limited-Area tool and I tried several different mesh files and gpmetis versions but I always get this error. The program always reads edges from the first line fine but cannot find edges in the file itself (reports zero edges). Region.graph.info file looks like this:
2047 5980
np.int32(512) np.int32(513) np.int32(514) np.int32(509) np.int32(510) np.int32(511)
np.int32(515) np.int32(516) np.int32(517) np.int32(518) np.int32(519) np.int32(520)
...
Thanks..
------------------------------------------------------------------------------
*** I detected an error in your input file ***
In the first line of the file, you specified that the graph contained
5980 edges. However, I only found 0 edges in the file.
Please specify the correct number of edges in the first line of the file.
------------------------------------------------------------------------------
I am using the latest MPAS-Limited-Area tool and I tried several different mesh files and gpmetis versions but I always get this error. The program always reads edges from the first line fine but cannot find edges in the file itself (reports zero edges). Region.graph.info file looks like this:
2047 5980
np.int32(512) np.int32(513) np.int32(514) np.int32(509) np.int32(510) np.int32(511)
np.int32(515) np.int32(516) np.int32(517) np.int32(518) np.int32(519) np.int32(520)
...
Thanks..
Last edited: