I see you ahve two configuration in your systel are you using -c config to choose which one to use ?
I would suggest using something like that for you configuration file:
cmd_obj: C:\telemac\mpi\bin\mpif90.exe -c -g -DHAVE_MPI -fconvert=big-endian -frecord-marker=4 <mods> <incs> <f95name>
cmd_lib: ar cru <libname> <objs>
cmd_exe: C:\telemac\mpi\bin\mpif90.exe -fconvert=big-endian -frecord-marker=4 -v -lm -o <exename> <objs> <libs>
#
mods_all: -I <config>
#
libs_all: C:\telemac\lib\METIS-5.0.2\lib\libmetis.a
The partel message is only displayed if you compiled without the -DHAVE_MPI option.
Did you do a compileTELEMAC.py --clean ?
Hope it helps.