Hi Juliette
To answer your question about MPICH2, yes I did have it installed for previous versions of telemac. But the environment variable PATH did not include this old version of MPICH2, and this is why I had not remove it.
I also had gfortran installed from previous telemac version, and it was in the PATH. Because if this, I guess the automatic installer was compiling the scalar version of 6.3 using this old fortran (?) , and this is why it stopped during the parallel compilation.
I have now solved these 2 problems and 6.3 seems to work . But when I run one of my large models, I noticed 2 things:
1-- The compiler does not accept a fortran line longer than 72 characters. I tried to add:
-ffixed-line-length-132 in the gfortran command in cmd_obj in SYSTEL.CFG, but it is ignored. Can we have lines longer than 72 characters? (it worked with 6.2)
2-- I need much more than 100 sources. I tried to insert
MODULE DECLARATIONS_TELEMAC2D
in the fortran, and changed MAXSCE. This had also no effect with MAXSCE still 100 . How can I change MAXSCE and recompile?
Thank you for your advice
Thierry