Hello,
I was excited to see the new release of Telemac v6p3 on the SVN site. Today I'm trying to update from v6p2 to v6p3. I have compiled the scalar version on on my windows PC. But I have a problem of compiling parallel version with the metis.lib. I've tried many different versions of metis.lib, the one I used in v6p2 and two other versions (metis 5.1.0) I compiled under windows and linux. None of them works properly. I always get the following error:
Compiling the program PARTEL_PRELIM and dependents
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+> There is no need to compile any object
+> There is no need to package any library
xilink: executing 'link'
partitioner.obj : error LNK2019: unresolved external symbol METIS_PARTMESHDUAL referenced in function PARTITIONER
D:\TelemacV6\Sources\builds\wintelmpi\bin\partel_prelim.exe : fatal error LNK1120: 1 unresolved externals
... The following command failed for the reason above
xilink.exe /nologo /subsystem:console /stack:536870912 /nodefaultlib:libc.lib /machine:X64 /out:D:\TelemacV6\Sources\builds\wintelmpi\bin\partel_prelim.exe partitioner.obj partel_prelim.obj D:\TelemacV6\Sources\builds\wintelmpi\lib\utils\special\partel_prelim.lib C:\Intel\MPI\4.1.1.036\em64t\lib\fmpich2.lib
I have no idea about this. Attached is my configuration file and metis.lib I got. Has anyone compiled the parallel version successfully with metis.lib?
Thanks in advance!
Qilong