Hello,
I just compiled v8p0r2 using python3 without problems. When I wanted to execute a sample telemac2d case via:
runcode.py telemac2d -s --ncisze=2 bump.cas
I got the following error:
Traceback (most recent call last):
File "/home/pprodano/opentelemac/v8p0r2/scripts/python3/runcode.py", line 292, in <module>
main(None)
File "/home/pprodano/opentelemac/v8p0r2/scripts/python3/runcode.py", line 275, in main
run_study(cas_file, code_name, options)
File "/home/pprodano/opentelemac/v8p0r2/scripts/python3/execution/run_cas.py", line 140, in run_study
run_local_cas(my_study, options)
File "/home/pprodano/opentelemac/v8p0r2/scripts/python3/execution/run_cas.py", line 31, in run_local_cas
my_study.partionning(options.use_link)
File "/home/pprodano/opentelemac/v8p0r2/scripts/python3/execution/study.py", line 349, in partionning
concat = self.cas.get('CONCATENATE PARTEL OUTPUT')
File "/home/pprodano/opentelemac/v8p0r2/scripts/python3/execution/telemac_cas.py", line 320, in get
"keyword: {} not in dictionary".format(key))
utils.exceptions.TelemacException: keyword: CONCATENATE PARTEL OUTPUT not in dictionary
Is it my setup files? I just copied over what I had in v8p0r0 (where everything worked fine).
Pat