From 059c3b20c6072acd198762311714ec8ff96521b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Atgeirr=20Fl=C3=B8=20Rasmussen?= Date: Mon, 11 May 2015 09:08:07 +0200 Subject: [PATCH 1/3] Update to notify user of known problem. --- README | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/README b/README index ea87ff0b..aa60af0b 100644 --- a/README +++ b/README @@ -9,13 +9,13 @@ CONTENT opm-core is the core library within OPM and contains the following -* Eclipse deck input and preprosessing * Fluid properties (basic PVT models and rock properties) * Grid handling (cornerpoint grids, unstructured grid interface) * Linear Algebra (interface to different linear solvers) * Pressure solvers (various discretization schemes, flow models) * Simulators (some basic examples of simulators based on sequential splitting schemes) * Transport solvers (various discretization schemes, flow models) +* Flow diagnostics (time-of-flight and tracer solvers, diagnostic functions) * Utilities (input and output processing, unit conversion) * Wells (basic well handling) @@ -63,7 +63,13 @@ sudo apt-get install libdune-common-dev libdune-istl-dev libdune-grid-dev # libraries necessary for OPM sudo apt-get install -y libtinyxml-dev -# optional: Ensemble based Reservoir Tool Eclipse utilities module +# Ensemble based Reservoir Tool Eclipse utilities module +# IMPORTANT: if you install this (binary) version of ERT, +# you will get the 2015.04 release version. That +# is only compatible with the 2015.04 release version +# of OPM! If you are building OPM from source you must +# either use the 2015.04 release branch from github, or +# use the latest master branches of both ERT and OPM. sudo apt-get install ert.ecl Note: You should compile the OPM modules using the same toolchain that @@ -88,7 +94,7 @@ sudo zypper in gcc gcc-c++ gcc-fortran cmake git doxygen # DUNE libraries sudo zypper in dune-common-devel dune-istl-devel -# optional: Ensemble-based Reservoir Tools Eclipse utility module +# Ensemble-based Reservoir Tools Eclipse utility module git sudo zypper ar http://www.opm-project.org/packages/current/opensuse/12/opm.repo sudo zypper in zlib-devel ert.ecl-devel @@ -111,8 +117,6 @@ sudo yum install boost-devel suitesparse-devel blas-devel lapack-devel # libraries necessary for OPM sudo yum install tinyxml-devel - -# optional libraries sudo yum-config-manager --add-repo \ http://www.opm-project.org/packages/current/redhat/6/opm.repo sudo yum install libsuperlu3 ert.ecl-devel dune-istl-devel From d2540bbbcef317f474b0bbbbdc5c0432a066942a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Atgeirr=20Fl=C3=B8=20Rasmussen?= Date: Mon, 11 May 2015 11:32:51 +0200 Subject: [PATCH 2/3] Do not recommend building release branch from source. --- README | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README b/README index aa60af0b..84e23701 100644 --- a/README +++ b/README @@ -67,8 +67,7 @@ sudo apt-get install -y libtinyxml-dev # IMPORTANT: if you install this (binary) version of ERT, # you will get the 2015.04 release version. That # is only compatible with the 2015.04 release version -# of OPM! If you are building OPM from source you must -# either use the 2015.04 release branch from github, or +# of OPM! If you are building OPM from source you should # use the latest master branches of both ERT and OPM. sudo apt-get install ert.ecl From ef10ef7a79a38019ff87b738534617d20c56e08f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Atgeirr=20Fl=C3=B8=20Rasmussen?= Date: Wed, 13 May 2015 14:46:06 +0200 Subject: [PATCH 3/3] Change wording on dune-istl. --- README | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README b/README index 84e23701..2835fa53 100644 --- a/README +++ b/README @@ -118,7 +118,10 @@ sudo yum install boost-devel suitesparse-devel blas-devel lapack-devel sudo yum install tinyxml-devel sudo yum-config-manager --add-repo \ http://www.opm-project.org/packages/current/redhat/6/opm.repo -sudo yum install libsuperlu3 ert.ecl-devel dune-istl-devel +sudo yum install libsuperlu3 ert.ecl-devel + +# optional +sudo yum install dune-istl-devel DEPENDENCIES FOR MACOS X