Hi Violeta,
I was trying to compile Telemac using FTN95 compiler.
As per the one post
forums.silverfrost.com/viewtopic.php?p=9...8b5db4b4edc33a6548e9 it indicates that there is no compiler option to compile a program which will read a binary file in big-endian format.
As you can notice in the compiler option given for compilers like gfortran and intel fortran in the respective Telemac config files, it indicates that the file operation of Telemac is in big-endian format. For example, gfotran has to pass "-fconvert=big-endian" option.
If you want to use FTN95 to compile Telemac, probably you will have to change the reading functions (for example READ to READF@) used in Telemac as indicated by the mentioned post, which further implies that the code will not be compatible with other compilers.
I would rather advice you if in case you are not able to get the option for FTN95 (big-endian and record-marker), then switch over to Intel-fortran compiler, or gfortran (free compiler).
Pertaining to gfortran compiler, you may download the mingw installer from
sourceforge.net/projects/mingw/files/lat...ownload?source=files, which packages gfortran, and use the already existing config files for compilation. Second option is to download cygwin, which also bundles gfortran. With cygwin probably you may even be able to compiler Telemac in parallel.
With Best Regards,
Gourish