Dear All,
I am quite new in the use of Telemac2d and despite the fact that I successfully performed some simulations, I would like to implement dynamic simulations using some user defined python scripts.
I followed the
python for Telemac documentation link and when I run:
my_case = Telemac2d('t2d_breach.cas', lang=1, comm=MPI.COMM_WORLD)
The next output is printed:
TelemacException: Error: unable to load the dynamic library _api.so
You can check the environment variable: PYTHONPATH
No module named '_api'
I have checked the PYTHONPATH and the next output:
$ echo $PYTHONPATH
/home/marcelo/opentelemac-mascaret/v8p3r0/builds/gfortranHPC/wrap_api/lib:/home/marcelo/opentelemac-mascaret/v8p3r0/scripts/python3:/home/marcelo/opentelemac-mascaret/v8p3r0/builds/gfortranHPC/wrap_api/lib:/home/marcelo/opentelemac-mascaret/v8p3r0/scripts/python3:
I checked the solution of
this thread, but I think it is not the same problem.
I will appreciate your help very much.
Regards,
Marcelo