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

Spin off IO to CPU thread #13

Open
Sbozzolo opened this issue Apr 19, 2024 · 0 comments
Open

Spin off IO to CPU thread #13

Sbozzolo opened this issue Apr 19, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@Sbozzolo
Copy link
Member

IO is currently done synchronously, but that doesn't have to be the case. We should be able to write to disk in a different CPU thread (when available) and let the simulation continue. For this, we will probably need a buffer where to collect what to write and make sure that the buffer is written before the next time it is used.

@Sbozzolo Sbozzolo added this to the O1.2.5 1 SYPD for AMIP milestone Apr 19, 2024
@Sbozzolo Sbozzolo self-assigned this Apr 22, 2024
@Sbozzolo Sbozzolo removed this from the O1.2.5 1 SYPD for AMIP milestone Sep 9, 2024
@Sbozzolo Sbozzolo added the enhancement New feature or request label Sep 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant