Hi,
Telemac windows installation as it is work properly in windows provided you have python or perl installed on you system. I prefer python, try to install python from
www.python.org/, and then edit the entries appropriately from the configuration file "systel.cfg" which is found in the telemac root config director.
However if you have to change any subroutine of the telemac source to be included in your model run then, you will have to recompile telemac, and give the compiler information in the configuration file.
If you intend to install telemac by recompiling the telemac source code in widows then you will have edit the config file systel.cfg found in the config folder of the telemac root director, to point to the compiler configuration.
For example if you compiler make is gfortran running on mingw windows enviroment, which is as in my case, the you will have to appropriately change the entries which points to the path of compiler, the installation folder etc.
If you wish to compile telemac in parallel mode the you will have to give the path of the parallel compiler.
Which fortran compiler are you using? For example whether it is gfortran, intel ifort or pgi fortran. Does the fortran compiler has mpi support?
To compiler metis you will require a "C" compiler. Moreover the metis library compiled by the "C" compiler should be compatible to the fortran compiler which you will be using. Can you provide the information as how have you tried installing telemac in windows, and also the command which you had used to run telemac.
I also had problems compiling telemac in widow for parallel since I was using gfortran compiler in mingw which did not have mpi support, so I had switched to opensuse linux, where it was quite easy to get telemac working in parallel, as configuring it was very easy.
With best regards,
Gourish