Hi Christophe and Costas!
First, the run starts when launching it manually from the temp folder using >mpiexec.exe ...
However it does not work if I try to use the full path to my mpiexec.exe.
Hence I finally managed to get it work by changing the following line in my systel.cfg:
mpi_cmdexec: mpiexec.exe -wdir <wdir> -n <ncsize> <exename>
instead of with the full path to mpiexec:
mpi_cmdexec: C:\opentelemac\mpi\bin\mpiexec.exe -wdir <wdir> -n <ncsize> <exename>
The same case in the same folder starts normally using the mpi_cmdexec command with the full path to mpiexec with 7.1. I don't understand why I do get the issue with 7.2 only...
Anyway, the issue is now sorted, thanks for your help!
Best regards
Pierre-Louis