Hi Yugi,
I have a windows 7 64bit PC and Visual Studio 2010 + Intel Fortran XE2010.
I'm trying to compile parallel version of telemac v6p2 but I failed. I have already installed MPICH2 and compiled metis.lib (metis 5.0.2).
The error I got is
Building the who calls who tree for PARTEL_PRELIM and dependents
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
xilib: executing 'lib' - created D:\TelemacV6\Sources\parallel\parallel_v6p2\wintelmpi\parallelv6p2.lib
xilib: executing 'lib' - created D:\TelemacV6\Sources\parallel\parallel_v6p2\wintelmpi\biefv6p2.lib
xilink: executing 'link'partel_prelim.obj : error LNK2019: unresolved external symbol METIS_PARTMESHDUAL referenced in function MAIN__
D:\TelemacV6\Sources\parallel\parallel_v6p2\wintelmpi\partel_prelim.exe : fatal error LNK1120: 1 unresolved externals
... The following command failed for the reason above
xilink.exe /nologo /subsystem:console /stack:536870912 /machine:X64 /out:D:\TelemacV6\Sources\parallel\parallel_v6p2\wintelmpi\partel_prelim.exe partel_prelim.obj D:\TelemacV6\Sources\parallel\parallel_v6p2\wintelmpi\biefv6p2.lib C:\MPICH2\lib\fmpich2.lib D:\TelemacV6\Sources\lib\metis.lib
I checked the path of the MPICH2 and metis.lib and they are fine. I have my config file attached. I don't know how to solve this problem. Do you have any idea?
Besides, may I have your compiled metis.lib if it's possible? I'd like to try it on my computer.
Kind regards,
Qilong