Hi All
I have just installed and compiled the v8p0r0 version and am running some examples to start.
I'm running the m2_wave examples in telemac2d which is successful in scalar mode but when I specify > zero processor (parallel mode) I get an argument error in run_cas.py.
Can anyone help with solving this please.
... checking the executable
Traceback (most recent call last):
File "/gpfs/home/e088/opentelemac_80/v8p0r0/scripts/python3/runcode.py", line 288, in <module>
main(None)
File "/gpfs/home/e088/opentelemac_80/v8p0r0/scripts/python3/runcode.py", line 271, in main
run_study(cas_file, code_name, options)
File "/gpfs/home/e088/opentelemac_80/v8p0r0/scripts/python3/execution/run_cas.py", line 142, in run_study
run_hpc_cas(my_study, options)
File "/gpfs/home/e088/opentelemac_80/v8p0r0/scripts/python3/execution/run_cas.py", line 115, in run_hpc_cas
my_study.compile_exe(options.bypass)
TypeError: compile_exe() takes 1 positional argument but 2 were given