Dear All,
I have recently started to use TelApy to control my simulations with Python. I am followint the documentation available in this
link.
I import my simulation using the command
import telapy.api.t2d
my_simulation=telapy.api.t2d.telemac2d('case.cas', lang=2, comm=MPI.COMM_WORLD)
There a are two command lines that runs the simulation:
my_simulation.run_one_time_step()
my_simulation.run_all_time_steps()
I have checked and the simulation is using only one core in my computer.
Is it possible to use the parallel compting such as:
telemac2d.py case.cas --ncsize <number of cores>
?
I am using telemac in Ubuntu.
I really appreciate your support.
Kind regards,
Marcelo