Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Long model compilation times #176

Open
stephanmg opened this issue Jul 2, 2024 · 0 comments
Open

Long model compilation times #176

stephanmg opened this issue Jul 2, 2024 · 0 comments

Comments

@stephanmg
Copy link

stephanmg commented Jul 2, 2024

Following the instructions here (https://github.com/Data2Dynamics/d2d/wiki/First%20steps) I try to compile a model, specifically MATLAB, to be exported into PEtab format.

I understand the workflow as follows (after navigating to the Examples subfolder containing the Alkan benchmark):

  1. arInit
  2. arLoadModel
  3. arLoadData(...) statements
  4. arCompileAll

(Which essentially boils down to running Setup.m file for the model under consideration)

arCompileAll seems to do a lot of work (which is reasonable as it ocmpiles each condition into a separate model as I understand), howver it takes 24 hours for Bachmann and Alkan model examples. Is this reasonable?

MATLAB versions 2024a, 2023b and 2021a tested.

I wonder if the time required to compile the models is as expected, or if it could be improved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant