Follow these instructions again carefully. These are taken from the installation procedure page:
On MS Windows operating systems, you need to open your Control Panel's System windows, access your Environment Variables from the Advanced tab and then click New/Edit in the top "user" part for the SYSTELCFG variable to add:
c:\opentelemac\v6p2\config\systel.cis-winxp.cfg
Again, please note that SYSTELCFG only supports one configuration file, altough one configuration file can include multiple configurations.
Important note
For the installation procedure with Perl, the environment variable SYSTELCFG sets the directory where TELEMAC will find the file "systel.ini". For the installation procedure with Python, the environment variable SYSTELCFG sets the configuration file and its path, without assuming that the name of the file would be "systel.ini". The name of the configuration can be set by the user and will be here referenced by "systel.cfg".
The execution of the script 'compileTELEMAC.py' can be further taylored with a number of arguments taken from the execution command line. These are:
-c user-configuration-name
where 'user-configuration-name' should be one of the names listed in the 'configs' key. This allows the compilation of the TELEMAC system to be specific to only one configuration.
-f configuration-filewhere 'configuration-file' is the name (with its path). This option therefore replace the the use of the environmental variables SYSTELCFG.
Both the configuration file and the name of the configuration within defines the properties of the version of TELEMAC for your computer. Under MS Windows operating systems, the compilation of the entire TELEMAC system for parallel use can therefore also be achieved by typing the following in a terminal or DOS console:
$>,\> python compileTELEMAC.py -c wintelscal -f c:\opentelemac\v6p2\config\systel-hrw.cfg
Costas