Hi
Yes, W7 supports mpich2 without any problem.
In your case, you just stop on the login and password message of mpich which is not written in the windows due to the launch method...
You could overpass this message by registering your login password in the mpich configuration (mpiregister).
As by default mpich ask for the login with the current account by default, when telemac stops, you could just type <enter> to validate the login and then enter your password and telemac should continue the normal execution...
Otherwise, you could stop this execution CTRL+C, move into the temporary directory and manually launch the parallel run command which is written in the listing of the first attemp and look like mpiexec -n ... ...\out_telemac[...].exe then you will see the login message.
In the windows command, once you enter the login/password, all the following execution of telemac will run without any problem and without asking those informations
Hope this helps