3D viewer and post processing of reservoir models
Go to file
Magne Sjaastad 2372cf86ca Octave: Use long timeout (60 s) for all socket data transfer, as socket
data transfer is dependent on several layers of network optimizations.
2013-09-30 20:54:31 +02:00
ApplicationCode Removed Wellhead cell visualization if cell is not active 2013-09-30 15:22:48 +02:00
debian Fixed missing rename from PRIVATE_INSTALL to RESINSIGHT_PRIVATE_INSTALL 2013-09-13 11:19:26 +02:00
Fwk Performance: Added Utils::copyFromQImage() in cvfqtUtils. Optimized copy 2013-09-30 13:17:05 +02:00
OctavePlugin Octave: Use long timeout (60 s) for all socket data transfer, as socket 2013-09-30 20:54:31 +02:00
redhat Fixed missing rename from PRIVATE_INSTALL to RESINSIGHT_PRIVATE_INSTALL 2013-09-13 11:19:26 +02:00
TestModels Added Brugge test model 2013-09-17 13:36:37 +02:00
ThirdParty Updated to ERT version fix for amalgamated-nnc-bug 2013-09-09 12:13:33 +02:00
.gitignore Changed project file extension to RSP 2013-09-25 09:36:01 +02:00
CMakeLists.txt Adapted cmake files to new directory structure 2013-09-20 16:21:46 +02:00
COPYING Added COPYING file with GPL version 3 license text. 2012-05-30 10:42:56 +02:00
Doxyfile.in Added Doxygen configuration file 2013-04-19 08:58:57 +02:00
README Updated build instructions for Windows 2013-09-13 11:32:36 +02:00
ResInsightVersion.cmake Upped to internal version 0.9.29 2013-09-20 12:12:33 +02:00

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 - Linux
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.

BUILDING RESINSIGHT - Windows
Open the CMake GUI.
Set the path to the source code: <ResInsight-sourcecode-folder>
Set the path to the build directory: <ResInsight-build-folder>
Click "Configure" and select your preferred compiler, "Visual Studio 10" or "Visual Studio 10 Win64"
Set the build variables and click "Configure" again.
Click "Generate", and a project file will be created in the build directory <ResInsight-build-folder>

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.