Hi yugi,
Im so sorry Yugi, this is the first time for me to have so much trouble installing telemac.
I have recompiled the metis library with Dynamic installation. During the process i had to change the CMakelist.txt and add
set(GKLIB_PATH "${CMAKE_CURRENT_SOURCE_DIR}/GKlib")
I have added the path of libmetis.so and libmetis.a in my pysourcetemplate.sh file.
export LD_LIBRARY_PATH=/home/c9p7ndn2/TELEMAC_MASCARET/v8p2r0/optionals/metis-5.1.0/build/lib:$LD_LIBRARY_PATH
export LD_LIBRARY_PATH=/home/c9p7ndn2/TELEMAC_MASCARET/v8p2r0/optionals/metis-5.1.0/build/Linux-x86_64/libmetis:$LD_LIBRARY_PATH
in the systel file i have add the libs_all path for libmetis.a and libmetis.so
libs_all: /usr/lib/openmpi/lib/libmpi.so /home/c9p7ndn2/TELEMAC_MASCARET/v8p2r0/optionals/metis-5.1.0/build/Linux-x86_64/libmetis/libmetis.a
/home/c9p7ndn2/TELEMAC_MASCARET/v8p2r0/optionals/metis-5.1.0/build/lib/libmetis.so
recompile telemac with --clean option, but still the same error.