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

Cache hdf5 content to reduce number of hdf5 mutex locks #71

Open
dweindl opened this issue Jun 12, 2018 · 0 comments
Open

Cache hdf5 content to reduce number of hdf5 mutex locks #71

dweindl opened this issue Jun 12, 2018 · 0 comments

Comments

@dweindl
Copy link
Member

dweindl commented Jun 12, 2018

For parallel multi-start optimization the concurrent access can be quite limiting. For not too big datasets MultiConditionDataProviderHDF5 should implement lazy loading and caching.

EDIT: Priority is on file access on master happening for each simulation. We should completely avoid file access there.

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

No branches or pull requests

1 participant