-
Notifications
You must be signed in to change notification settings - Fork 0
Description
From Gonzalo Talou:
I found another issue when multiple executions of a model are performed. In the script in attachment (example_loop.py), a model is iteratively called and each new execution takes more time than the previous one. In my case I have to perform ~1 millon executions and this accumulative effect makes the computational time intractable.
Is any way to underpin this issue?
example_loop.py.gz
pv_type.cellml.gz
This is an issue when running inside the OpenCOR GUI but not when running the same script from a Jupyter notebook nor batched from the command line. The OpenCOR GUI is significantly slower after multiple executions of the model. (Jupyter is slightly faster than the CLI as the CLI has the initial overhead of starting a Jupyter notebook server.)