Memory usage: Use 4-byte float instead of 8-byte double for summary data #7415
Labels
System
Refactoring or build/test system issues. Code improvments not directly affecting the user.
Milestone
Data for summary vectors are stored as 4-byte floats in the UNSMRY file. For some reason, the interface for reading this data in libecl is using 8-byte double.
equinor/resdata#797
Import of summary data in opm-common is using 4-byte float
https://github.com/OPM/opm-common/blob/master/opm/io/eclipse/ESmry.hpp
Investigate and find solution for reducing the memory usage.
The text was updated successfully, but these errors were encountered: