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

IO Robustness #19

Open
ptheywood opened this issue Oct 31, 2024 · 0 comments
Open

IO Robustness #19

ptheywood opened this issue Oct 31, 2024 · 0 comments

Comments

@ptheywood
Copy link
Member

ptheywood commented Oct 31, 2024

Increase the robustness of input and output classes/methods.

The initial implementation(s) are lax in checking for existing files, producing sensible error messages, race conditions with multiple simulations attempting to write to the same paths etc.

This should be drastically improved (and ideally tests implemented)

Additionally, output files are emitted at the end of the simulation, requiring an ever growing volume of host memory during the simulation and on output. This is probably OK for planned model scales and simulation durations for some/most output files. Per infection event may be problematic if implemnented and there are many infection events.

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

1 participant