Hi, I got the same problem when running Telemac examples on CentOS7. Two versions of python are installed on the system. One is python2 (version of 2.7) while another is python3 (version of 3.6).
I configured and compiled the code using python3 and run the example of telemace2d (gouttedo).
The example can be work well when --ncsize=1. However, when the --ncsize >=2, I got the error message:
Traceback (most recent call last):
File "../../../scripts/python3/telemac3d.py", line 7, in <module>
main('telemac3d')
File "/home/lxx/opentelemac/v8p1r1/scripts/python3/runcode.py", line 272, in main
run_study(cas_file, code_name, options)
File "/home/lxx/opentelemac/v8p1r1/scripts/python3/execution/run_cas.py", line 157, in run_study
run_local_cas(my_study, options)
File "/home/lxx/opentelemac/v8p1r1/scripts/python3/execution/run_cas.py", line 31, in run_local_cas
my_study.partionning(options.use_link)
File "/home/lxx/opentelemac/v8p1r1/scripts/python3/execution/study.py", line 411, in partionning
use_link, i_part, s_concat)
File "/home/lxx/opentelemac/v8p1r1/scripts/python3/execution/run.py", line 55, in run_partition
concat)
File "/home/lxx/opentelemac/v8p1r1/scripts/python3/execution/run.py", line 133, in run_partel
log = "No log available check command:\n"+par_cmd
TypeError: must be str, not list