And a second short addition.
I may suggest to create a command file containing all the necessary information needed by TELEMAC.
On windows, this file (say
source.g95.v6p2.bat) may look as follow (please note that the
systel.ini file is in co
nfig/g95 directory):
rem TELEMAC settings ---------------------------------------------------
set PATH=C:\Users\I64653\Documents\3_Telemac\INSTALLATION\moonfish\trunk\bin;.;%PATH%
rem ALIASES -----------------------------------------------------------
set SYSTELCFG=C:\Users\I64653\Documents\3_Telemac\INSTALLATION\moonfish\trunk\config\g95
set RELTEL=v6p2
rem RELTEL is not mandatory...
rem COMPILERS -----------------------------------------------------
set PATH=C:\Program Files\g95\bin;.;%PATH%
rem MPI -----------------------------------------------------------
rem NO MPI with g95
rem EXTERNAL LIBRARIES --------------------------------------------
rem NO external libraries needed
rem MS-DOS command ------------------------------------------------
cmd
So, when running this file, it will automatically load the variables corresponding to the version selected. It can be used for switching between versions or even compilers.