Hello all,
I have completed the installation of v8p0r0 version of telemac-mascaret. Now, I want to dynamic compile TelApy. I need to finish compiling metis-5.0.1 first.
In the file “~/TELEMAC/v8p0r0/optionals/metis-5.1.0/include/metis.h”, I changed “#define IDXTYPEWIDTH 32“ into “#define IDXTYPEWIDTH 64” and changed “#define REALTYPEWIDTH 32“ into “#define REALTYPEWIDTH 64”.
I added “prefix = ~/telemac/v7p1/optionals/metis-5.1.0/build/” and “cc = gcc” to the Makefile of metis-5.0.1.
But, when I compiled metis-5.0.1, there was an error:
un@ubuntu:~/TELEMAC/v8p0r0/optionals/metis-5.1.0$ make config
Make: *** there is no rule to make the target "config". Stop
How to solve this problem. I hope to get your help.
Best regards,
Yixiang Sun