From 654b51c7e398e1aeabbeb0a9ed9bd71226cfd155 Mon Sep 17 00:00:00 2001 From: Bernd Flemisch <bernd@iws.uni-stuttgart.de> Date: Thu, 21 Jun 2018 11:31:07 +0200 Subject: [PATCH] Update README of the patches folder --- patches/README | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/patches/README b/patches/README index 0b676d8374..6518ad12e2 100644 --- a/patches/README +++ b/patches/README @@ -10,3 +10,9 @@ patch -p1 <../dumux/patches/opm-common-2018.04.patch patch -p1 <../dumux/patches/opm-grid-2018.04.patch Currently, Dumux is supposed to be compatible with the Opm 2018.04 release. + In addition, it might be necessary to set manually some + CMake variables in the CMAKE_FLAGS section of the .opts-file: + -DOPM_COMMON_ROOT=/path/to/opm-common \ + -Decl_DIR=/path/to/libecl/build \ + -DUSE_MPI=ON \ + -- GitLab