Hi all
I have an error at the second part f2py during compilation of the API which I would appreciate help with. Have added a text output of the error.
Secondly when I run an MPI version I have ann error (below) during checking of parallisation from run_hpc_full where the cfgname is not passed.
Traceback (most recent call last):
File "/gpfs/home/e088/telemac_80/v8p0r2//scripts/python3/runcode.py", line 292, in <module>
main(None)
File "/gpfs/home/e088/telemac_80/v8p0r2//scripts/python3/runcode.py", line 275, in main
run_study(cas_file, code_name, options)
File "/gpfs/home/e088/telemac_80/v8p0r2/scripts/python3/execution/run_cas.py", line 142, in run_study
run_hpc_cas(my_study, options)
File "/gpfs/home/e088/telemac_80/v8p0r2/scripts/python3/execution/run_cas.py", line 124, in run_hpc_cas
my_study.run(options)
File "/gpfs/home/e088/telemac_80/v8p0r2/scripts/python3/execution/study.py", line 576, in run
self.run_hpc_full(options)
File "/gpfs/home/e088/telemac_80/v8p0r2/scripts/python3/execution/study.py", line 496, in run_hpc_full
runcmd = runcmd + ' -c ' + options.cfgname
AttributeError: 'Namespace' object has no attribute 'cfgname'
I'm using "runcode.py -c <config> telemac3d -s <steering file>" to start the run.
Have also attached config file.
Help would be appreciated.
John