Hello Fay,
Additionnal informations :
Using Python script, the specification of HOSTYPE defines both 32/64 bits and scalar/parallel (wintel32s means 32 bits scalar only). In addition, you have probably avoiding using release 3.0 of python (compatibility problem).
Using Perl script, the specification of HOSTYPE switches only between 32 and 64 bits. The first step of compilation generates the scalar version of TELEMAC (makeall90 command). The second step of complation "add" the parallel version (makepar90 command).
It is generaly possible generating and running 32 bits version on a 64 bits machine. Not the reverse.
Depending on your configuration you have to check :
- the version of the Metis libraty your are using for the parallel mode (32 or 64 bits)
- if you use certain versions of Intel Visual Fortran (release 11 for example, the one I am using on my machine), the SDK version linked to your compiler (32 bits or 64 bits)
Regards