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

Improve performance when looking for summary restart files #11342

Open
magnesj opened this issue Apr 8, 2024 · 0 comments
Open

Improve performance when looking for summary restart files #11342

magnesj opened this issue Apr 8, 2024 · 0 comments
Labels
BugInRelease Bug in an official release Performance OpenMP, multihtreading, single threading issues

Comments

@magnesj
Copy link
Member

magnesj commented Apr 8, 2024

The functions RimFileSummaryCase::createSummaryReaderInterfaceThreadSafe is not using opm-common reader to find file path of all restart files for a summary case. This is a performance issue, and should be rewritten.

Developer note: Using ESmry::make_esmry_file() supports only a single summary case without restart data. This means that it is required to find the path for all restart files and create a reader for them when data is imported in ESMRY file format.

@magnesj magnesj added BugInRelease Bug in an official release Performance OpenMP, multihtreading, single threading issues labels Apr 8, 2024
@magnesj magnesj added this to the Maintenance 2024 - Sprint 04 milestone Apr 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BugInRelease Bug in an official release Performance OpenMP, multihtreading, single threading issues
Projects
None yet
Development

No branches or pull requests

1 participant