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

Add multi-rate gbode test job #195

Open
casella opened this issue Feb 11, 2025 · 1 comment
Open

Add multi-rate gbode test job #195

casella opened this issue Feb 11, 2025 · 1 comment
Assignees

Comments

@casella
Copy link
Collaborator

casella commented Feb 11, 2025

Currently, we have an experimental on-demand gbode job for LibraryTesting, setting the -d=newInst compiler flag (this could actually be removed) and the -s gbode runtime flag. This runs the default, single-rate GBODE algorithm (I guess it's ESDIRK3, though unfortunately this is not mentioned in the documentation.

We need another experimental on-demand 'gbode_multirate' with the same setting, except that the runtime flags should be

-s gbode -gbratio 0.05

so we can test what happens with the multirate version of GBODE on the entire library testsuite.

@adrpo can you please take care of this? I guess it should be quite easy, just make a copy of the gbode job setup and add -gbratio 0.05 to the simulation flags

@casella
Copy link
Collaborator Author

casella commented Feb 17, 2025

In fact, duplicate of #102

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

No branches or pull requests

2 participants