It's not going better...
I have three answers/questions/remarks:
1. I took the metis library (metis32.lib) found on the download part of the opentelemac website under the metislib.zip file. I think this is the good one, isn't it?
2. I tried to compile telemac with "modules: clean system" and it doesn't work. I have the following error:
fortcom: Fatal: There has been an internal compiler error (C0000005).
compilation aborted for nodalf_pugh.f (code 1)
Nethertheless, the very first compilation has work yesterday...
3. I have seen that I have often the following warning while compiling:
ifort: command line warning #10130: unknown extension 'o' ignored in option '/Qx'
ifort: command line warning #10130: unknown extension 's' ignored in option '/Qx'
ifort: command line warning #10130: unknown extension 't' ignored in option '/Qx'
It comes from the following command:
ifort.exe /c /Og /QxHost...
Looking at the help page of the ifort command, one can find the following:
/Qx<codes> generate specialized code to run exclusively on processors indicated by <codes> as described below
K Intel Pentium III and compatible Intel processors
W Intel Pentium 4 and compatible Intel processors
N Intel Pentium 4 and compatible Intel processors. Enables new optimizations in addition to Intel processor-specific optimizations
P Intel(R) Core(TM) processor family with Streaming SIMD Extensions 3 (SSE3) instruction support
T Intel(R) Core(TM)2 processor family with SSSE3
O Intel(R) Core(TM) processor family. Code is expected to run properly on any processor that supports SSE3, SSE2 and SSE instruction sets
S Future Intel processors supporting SSE4 Vectorizing Compiler and Media Accelerator instructions
That means that this command is not ran properly and that the CPU type is certainly not well determined in the compilation.