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

Remove thread_pool in loading/saving parameters #2884

Merged
merged 1 commit into from
Feb 14, 2022

Conversation

oyvindeide
Copy link
Collaborator

@oyvindeide oyvindeide commented Feb 10, 2022

Issue
Resolves #2865

Pre review checklist

  • Added appropriate labels

Adding labels helps the maintainers when writing release notes, see sections and the
corresponding labels here: https://github.com/equinor/ert/blob/main/.github/release.yml

@oyvindeide oyvindeide self-assigned this Feb 10, 2022
@oyvindeide oyvindeide changed the title Remove multi threading in loading/saving parameters Remove thread_pool in loading/saving parameters Feb 10, 2022
Testing shows no real improvement in performance with thread_pool,
and removing it makes the code a lot less complex.
@oyvindeide oyvindeide marked this pull request as ready for review February 10, 2022 14:42
Copy link
Contributor

@dafeda dafeda left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍

@oyvindeide oyvindeide merged commit ecc953e into equinor:main Feb 14, 2022
@oyvindeide oyvindeide deleted the remove_threads branch February 14, 2022 13:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Investigate speed gain of using multi threads for saving/loading parameters
2 participants