It worked indeed. Compilation is now working fine with python3 as well. Thanks!
Now, I still have a problem when running the examples in telemac2d/malpasset. I run t2d_malpasset-fine.cas in parallel (openmpi) without problem. However, if I run t2d_malpasset-eria.cas in serial (gcc), I have the following error:
... processing the steering file
... checking parallelisation
Traceback (most recent call last):
File "/Users/ogourgue/Applications/telemac/v8p0r0/scripts/python3/runcode.py", line 288, in <module>
main(None)
File "/Users/ogourgue/Applications/telemac/v8p0r0/scripts/python3/runcode.py", line 271, in main
run_study(cas_file, code_name, options)
File "/Users/ogourgue/Applications/telemac/v8p0r0/scripts/python3/execution/run_cas.py", line 138, in run_study
run_local_cas(my_study, options)
File "/Users/ogourgue/Applications/telemac/v8p0r0/scripts/python3/execution/run_cas.py", line 21, in run_local_cas
my_study.build_mpi_cmd(options.hosts)
File "/Users/ogourgue/Applications/telemac/v8p0r0/scripts/python3/execution/study.py", line 218, in build_mpi_cmd
mpicmd = get_mpi_cmd(self.cfg['MPI'])\
File "/Users/ogourgue/Applications/telemac/v8p0r0/scripts/python3/execution/get.py", line 88, in get_mpi_cmd
mpi_cmd = cfg_mpi['EXEC']
KeyError: 'EXEC'
Any clue?
My running script in attachment.