mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
4f7b3e703ca775ac40fcbd595527ad96202c0269
The results memory on each timestep was not freed resulting in all the data from all the cases for all timesteps in memory at the same time ... In addition, the data was read accidentaly before the timeloop for all the source cases for all timesteps. So, should perform better now, but there still are some memory allocated in the start, that i cant quite account for. p4#: 22011
These are the release notes for ResInsight. ResInsight is a 3D viewer and post processing tool for reservoir models. It has been co-developed by Statoil and Ceetron with the aim to provide a versatile tool for professionals who need to visualize and process reservoir models. The software is copyrighted by Ceetron and Statoil and licensed under GPL 3+. See COPYING for details. ON WHAT PLATFORMS DOES IT RUN? ResInsight is designed cross-platform from the start. Efforts have been made to ensure that code will compile and run on linux and windows platforms. It will probably also compile and run on osx should anybody be interested in that. DOCUMENTATION No efforts to provide documentation has been made yet. DOWNLOADING RESINSIGHT git clone git://github.com/OPM/ResInsight.git CONTRIBUTION Please use master branch for contributions and pull requests. Please do not use branch 'internal' for contributions. BUILDING RESINSIGHT ResInsight uses the cmake build system and requires cmake version 2.8 or higher. Moreover, you need version 4.7.3 of Qt or newer, look below for dependecy list. An out-of-tree build is typically done with mkdir ResInsight/build cd ResInsight/build cmake .. make make install You will find the ResInsight binary under the Install directory in your build directory. DEPENDENCIES FOR DEBIAN BASED DISTRIBUTIONS sudo apt-get install git cmake build-essential octave octave-headers qt4-dev-tools If you are running Ubuntu 12.10 or newer, you will need to replace octave-headers with liboctave-dev in the line above.
Description
3D viewer and post processing of reservoir models
c-plus-pluscross-platformeclipsegeomechanicsoctaveopenglpythonreservoir-modelingseismicvisualization
Readme
278 MiB
Languages
C++
90.9%
C
3.6%
TypeScript
3.4%
CMake
0.8%
Python
0.5%
Other
0.8%