Hi,
at the end, telemac (artemis) is working properly.
After installation of a newer version of visual studio, I had the following problem:
"link.exe was not recognized as an internal - external command"
SOLUTION >> Well, in visual studio folders I've found 5 different link.exe, and I tried to add the path to each of them to the system variables. Whitout any result: "link" command did not give any effect, in any way. At the end I've accidentally met the dos prompt open from the "visual studio C++ Express Edition" shortcut in the start menu. In that place, link command was recognized, as you can see:
Setting environment for using Microsoft Visual Studio 2008 x86 tools.
C:\Programmi\Microsoft Visual Studio 9.0\VC>link
Microsoft (R) Incremental Linker Version 9.00.21022.08
Copyright (C) Microsoft Corporation. All rights reserved.
usage: LINK [options] [files] [@commandfile]
options:
/ALIGN:#
/ALLOWBIND[:NO]
/ALLOWISOLATION[:NO]
/ASSEMBLYDEBUG[:DISABLE]
/ASSEMBLYLINKRESOURCE:filename
/ASSEMBLYMODULE:filename
/ASSEMBLYRESOURCE:filename[,[name][,PRIVATE]]
/BASE:{address[,size]|@filename,key}
/CLRIMAGETYPE:{IJW|PURE|SAFE}
/CLRSUPPORTLASTERROR[:{NO|SYSTEMDLL}]
/CLRTHREADATTRIBUTE:{STA|MTA|NONE}
/CLRUNMANAGEDCODECHECK[:NO]
/DEBUG
/DEF:filename
/DEFAULTLIB:library
/DELAY:{NOBIND|UNLOAD}
/DELAYLOAD:dll
/DELAYSIGN[:NO]
/DLL
/DRIVER[:{UPONLY|WDM}]
(press <return> to continue)
So with the set command, I've displayed PATH, LIB and INCLUDE setting and reported them to the system variables. That now appears like this:
PATH:
%PATH%;C:\Programmi\Intel\Compiler\11.0\061\fortran\Bin\IA32;C:\Programmi\Microsoft Visual Studio 9.0\VB\VBUpgrade;C:\Programmi\Microsoft Visual Studio 9.0\Common7\IDE;
LIB:
C:\Programmi\Intel\Compiler\11.0\061\fortran\mkl\ia32\lib;C:\Programmi\Intel\Compiler\11.0\061\fortran\lib\ia32;C:\Programmi\Microsoft Visual Studio 9.0\VC\lib;C:\Programmi\Microsoft SDKs\Windows\v6.0A\lib;
INCLUDE:
C:\Programmi\Intel\Compiler\11.0\061\fortran\mkl\include;
At the end, I've tested artemis with the test case "CREOCEAN" obtaining the rigth result in 21second of computation.
Thanks,
Luca