Hi,
I am trying to install the parallel version of telemac on Windows. I have downloaded MPICH2 and the METIS library and updated the path to include the mpi. I have changed the module in systel.cfg to wintelmpi. I then defined the number of parallel processors to 2 in the steering file to test the installation but when I run the code the following error appears which I do not understand...
... parsing configuration file: c:\opentelemac\v6p2r2\config\systel.cfg
Traceback (most recent call last):
File "C:\opentelemac\v6p2r2\pytel\runcode.py", line 963, in <module>
cfgs = parseConfigFile(options.configFile)
File "C:\opentelemac\v6p2r2\pytel\config.py", line 189, in parseConfigFile
configDict = getConfigs(file)
File "C:\opentelemac\v6p2r2\pytel\config.py", line 165, in getConfigs
parser.error("Could not access required parameters in config file")
NameError: global name 'parser' is not defined
Any help would be greatly appreciated.
Cheers
Danny