[OPM] DUNE's CMake release branches

2013-03-14 Thread Markus Blatt
is not important. Are there any objections? Using this approach inside of the handmade configure files might also reduce the maintainance effort and reduce errors due to missing --with- treatment in it. Cheers, Markus -- Dr. Markus Blatt - HPC-Simulation-Software & Services http://ww

Re: [OPM] DUNE's CMake release branches

2013-03-14 Thread Markus Blatt
On Thu, Mar 14, 2013 at 11:21:55AM +0100, Lars Vingli Odsæter wrote: > Hi, > > I was currently testing this. I have problems linking boost. On my > workstation there are two boost versions: one old (1.33.1) located > at /usr/include and one newer (1.45.0) located at > /project/res/x86_64_RH5/share

Re: [OPM] DUNE's CMake release branches

2013-03-14 Thread Markus Blatt
On Thu, Mar 14, 2013 at 10:40:58AM +0100, Markus Blatt wrote: > [...] Unfortunately this means that all > --with{,out}-... --{en,dis}able-... get ignored and the external > software will not be found. > > A quickfix would be to extract the pathes provided with > --with-=... a

Re: [OPM] DUNE's CMake release branches

2013-03-14 Thread Markus Blatt
On Thu, Mar 14, 2013 at 11:53:33AM +0100, Markus Blatt wrote: > On Thu, Mar 14, 2013 at 10:40:58AM +0100, Markus Blatt wrote: > > Just found out about CMAKE_DISABLE_FIND_PACKAGE_ for > disabling features. I will patch dunecontrol to use it for provided > --without- directives. >

[OPM] Weired issue with include path

2013-03-19 Thread Markus Blatt
Hi, I just tried to apply the changes Atgeirr proposed (removing a warning) to my local versions and noticed the warning is still issued. It seems like the include path is setup such that the compiler always uses the installed version of the header when building out-of-source. The reason is that

Re: [OPM] Weired issue with include path

2013-03-19 Thread Markus Blatt
BTW: I used the normal dunecontrol to configure the modules, i.e. in opm-porsol/auto-tools "../configure" is called ___ Opm mailing list Opm@opm-project.org http://www.opm-project.org/mailman/listinfo/opm

Re: [OPM] Weired issue with include path

2013-03-19 Thread Markus Blatt
See https://github.com/OPM/opm-porsol/issues/37 ___ Opm mailing list Opm@opm-project.org http://www.opm-project.org/mailman/listinfo/opm

Re: [OPM] Issue tracking

2013-04-02 Thread Markus Blatt
erwise people tend to not know where to post a particulare bug/feature request. (At least that holds for myself). Cheers, Markus -- Dr. Markus Blatt - HPC-Simulation-Software & Services http://www.dr-blatt.de Hans-Bunte-Str. 8-10, 69123 Heidelberg, Germany, USt-Id: DE279960836 Tel.:

[OPM] Default build type of release

2013-04-04 Thread Markus Blatt
Hi, I just had a hard time figuring out, that the release was build in Debug mode on my machine. Is that really the default or am I doing something completely wrong here? Usually I assume that a package is compiled with "-O2 -g" if I do not adjust anything. Cheers, Markus -- Dr. Ma

Re: [OPM] Default build type of release

2013-04-04 Thread Markus Blatt
rong here. Suspects are these options: -mtune and -flto . Markus -- Dr. Markus Blatt - HPC-Simulation-Software & Services http://www.dr-blatt.de Hans-Bunte-Str. 8-10, 69123 Heidelberg, Germany, USt-Id: DE279960836 Tel.: +49 (0) 160 97590858 Fax: +49 (0)322 11089916

Re: [OPM] Default build type of release

2013-04-04 Thread Markus Blatt
On Thu, Apr 04, 2013 at 03:07:53PM +0200, Roland Kaufmann wrote: > On 2013-04-04 10:22, Roland Kaufmann wrote: > >> Debug builds are the default when building from source. > > On 2013-04-04 14:37, Markus Blatt wrote: > >Digging through configure I found the --disable-debug

Re: [OPM] Default build type of release

2013-04-04 Thread Markus Blatt
On Thu, Apr 04, 2013 at 03:07:53PM +0200, Roland Kaufmann wrote: > On 2013-04-04 14:37, Markus Blatt wrote: > >What is the preferred way to override this with custom flags? > > There is no option at the moment to customize the optimization > flags; selecting the Re

Re: [OPM] Default build type of release

2013-04-05 Thread Markus Blatt
problem in neither GCC 4.6, 4.7 > nor 4.8, all of them with -flto. binutils is 2.22 and Boost is 1.53. > > However, you can now disable lto altogether with --disable-lto, or > -DWHOLE_PROG_OPTIM=OFF. > Might be a binutils bug http://sourceware.org/bugzilla/show_bug.cgi?id=14272

Re: [OPM] Default build type of release

2013-04-05 Thread Markus Blatt
CXXFLAGS/CMAKE_CXX_FLAGS_RELEASE (or entire build > command-line)? Actually these might even the flags that are used for compiling boost. Markus -- Dr. Markus Blatt - HPC-Simulation-Software & Services http://www.dr-blatt.de Hans-Bunte-Str. 8-10, 69123 Heidelberg, Germany, USt-Id: DE279960

Re: [OPM] Default build type of release

2013-04-05 Thread Markus Blatt
On Fri, Apr 05, 2013 at 11:12:00AM +0200, Roland Kaufmann wrote: > > It might be triggered by some combination of compilation options; > what are your CXXFLAGS/CMAKE_CXX_FLAGS_RELEASE (or entire build > command-line)? I just used configure --disable-debug and nothing else. -- Dr.

[OPM] Ordering of CpGrid cells

2013-09-18 Thread Markus Blatt
Hi, I am kind of lost because of the permutations that occur when processing eclipse input. If I create a Cpgrid with CpGrid::createCartesian, how will the cells be ordered internally? Thanks and cheers, Markus -- Dr. Markus Blatt - HPC-Simulation-Software & Services http://www.dr-blat

[OPM] Buildsystem documentation

2013-10-07 Thread Markus Blatt
Hi, is there some kind of documentation of the buildsystem? Why I am aking: I want to compile dune-cornerpoint grid with MPI. MPI seems to be found, but HAVE_MPI is not defined during compilation (it is in the CMakeLists.txt though). Unfortunately I cannot find the correct place to add it. Mar

Re: [OPM] Buildsystem documentation

2013-10-07 Thread Markus Blatt
On Mon, Oct 07, 2013 at 01:37:50PM +0200, Markus Blatt wrote: > Why I am aking: > I want to compile dune-cornerpoint grid with MPI. MPI seems to be > found, but HAVE_MPI is not defined during compilation (it is in the > CMakeLists.txt though). Unfortunately I cannot find the correc

[OPM] How to use MPI

2013-11-26 Thread Markus Blatt
force the build system to use the MPI flags for some or all of the objects in the library. Any help is highly appreciated. Thanks a lot! Markus -- Dr. Markus Blatt - HPC-Simulation-Software & Services http://www.dr-blatt.de Hans-Bunte-Str. 8-10, 69123 Heidelberg, Germany, USt-Id: DE279960836

Re: [OPM] How to use MPI

2013-11-26 Thread Markus Blatt
Hi, On Tue, Nov 26, 2013 at 02:41:46PM +0100, Roland Kaufmann wrote: > On 2013-11-26 11:00, Markus Blatt wrote: > >I want to compile dune-cornerpoint with MPI but did not succeed. In > >CMakeCache.txt I read USE_MPI:BOOL=ON and all the MPI variables seem > &g

[OPM] Ids in dune-cornerpoint grid

2014-01-20 Thread Markus Blatt
Hi, I noticed some issue in the IdSet of dune-cornerpoint grid. It is possible to query the id of elements of any codimension. Unfortunately, due to the implementation two entities of codim_1<3, and codim_2<3 with codim_1!=codim_2 might have the same id. This does not adhere to the DUNE interface

Re: [OPM] Ids in dune-cornerpoint grid

2014-01-20 Thread Markus Blatt
On Mon, Jan 20, 2014 at 08:19:35PM +0100, Markus Blatt wrote: > the algorithm to compute the id). Either we correctly compute unique > ids for these entities or we at least throw an exception if someone > tries to access ids of these entities. BTW: for the parallel grid I currently

[OPM] Build system documentation

2014-01-22 Thread Markus Blatt
they are changing, later they simply revert this one commit and create an additional branch in opm-core with the exact same build system changes? Markus -- Dr. Markus Blatt - HPC-Simulation-Software & Services http://www.dr-blatt.de Hans-Bunte-Str. 8-10, 69123 Heidelberg, Germany, US

[OPM] CpGrid::faceCell(int face, int local_index)

2014-01-24 Thread Markus Blatt
t puzzle me. If somewhat could comment on how this relates to UnstructuredGrid::face_cells[2*f+local_index] I would be most grateful. Markus -- Dr. Markus Blatt - HPC-Simulation-Software & Services http://www.dr-blatt.de Hans-Bunte-Str. 8-10, 69123 Heidelberg, Germany, USt-Id: DE2799608

[OPM] Uing opm-parser with opm-{autdiff, core}/opm-parser-integrate

2014-02-05 Thread Markus Blatt
) generated. Is there something else to do? Markus -- Dr. Markus Blatt - HPC-Simulation-Software & Services http://www.dr-blatt.de Hans-Bunte-Str. 8-10, 69123 Heidelberg, Germany, USt-Id: DE279960836 Tel.: +49 (0) 160 97590858 signature.asc Description: Digital signa

Re: [OPM] Uing opm-parser with opm-{autdiff, core}/opm-parser-integrate

2014-02-05 Thread Markus Blatt
On Wed, Feb 05, 2014 at 07:57:00PM +, Bård Skaflestad wrote: > You need the "opm-parser-integrate" branch of opm-core too. Did you switch > to that one? Yes I am using that branch. -- Dr. Markus Blatt - HPC-Simulation-Software & Services http://www.dr-blatt.de Hans-Bu

Re: [OPM] Uing opm-parser with opm-{autdiff, core}/opm-parser-integrate

2014-02-06 Thread Markus Blatt
t least for opm-parser nit finding cJSON is not an eror. Markus -- Dr. Markus Blatt - HPC-Simulation-Software & Services http://www.dr-blatt.de Hans-Bunte-Str. 8-10, 69123 Heidelberg, Germany, USt-Id: DE279960836 Tel.: +49 (0) 160 97590858 signature.asc Description

Re: [OPM] Uing opm-parser with opm-{autdiff, core}/opm-parser-integrate

2014-02-06 Thread Markus Blatt
On Thu, Feb 06, 2014 at 10:46:18AM +0100, Markus Blatt wrote: > On Wed, Feb 05, 2014 at 10:00:08PM +0100, Joakim Hove wrote: > I guess the problem was that I do not have cJSON available. I > downloaded it from sourceforge, but cannot find any instructions or > build system to build

Re: [OPM] Uing opm-parser with opm-{autdiff, core}/opm-parser-integrate

2014-02-06 Thread Markus Blatt
On Thu, Feb 06, 2014 at 11:00:56AM +0100, Markus Blatt wrote: > On Thu, Feb 06, 2014 at 10:46:18AM +0100, Markus Blatt wrote: > > On Wed, Feb 05, 2014 at 10:00:08PM +0100, Joakim Hove wrote: > And now it works. The only weired thing is the following: > > For opm-parser I have

[OPM] Where to put CpGrid versions of opm-cores C headers and implementations

2014-02-21 Thread Markus Blatt
should these reside? Markus -- Dr. Markus Blatt - HPC-Simulation-Software & Services http://www.dr-blatt.de Hans-Bunte-Str. 8-10, 69123 Heidelberg, Germany, USt-Id: DE279960836 Tel.: +49 (0) 160 97590858 signature.asc Description: Digital signature ___

Re: [OPM] Where to put CpGrid versions of opm-cores C headers and implementations

2014-02-21 Thread Markus Blatt
at take UG and in the extern C version of this function just call the templated one with UG? Markus -- Dr. Markus Blatt - HPC-Simulation-Software & Services http://www.dr-blatt.de Hans-Bunte-Str. 8-10, 69123 Heidelberg, Germany, USt-Id: DE279960836 Tel.: +49 (0) 160 97590858 signature.a

Re: [OPM] Where to put CpGrid versions of opm-cores C headers and implementations

2014-02-21 Thread Markus Blatt
Hi, On Fri, Feb 21, 2014 at 01:08:29PM +0100, Andreas Lauser wrote: > On Friday 21 February 2014 12:48:36 Markus Blatt wrote: > > Seeing the > > > > #ifdef __cplusplus > > extern "C" { > > #endif > > > > statements. Are some you compiling

[OPM] CpGrid face normals

2014-02-26 Thread Markus Blatt
length has the normal for CpGrid? Markus -- Dr. Markus Blatt - HPC-Simulation-Software & Services http://www.dr-blatt.de Hans-Bunte-Str. 8-10, 69123 Heidelberg, Germany, USt-Id: DE279960836 Tel.: +49 (0) 160 97590858 signature.asc Description: Digital signa

Re: [OPM] CpGrid face normals

2014-02-26 Thread Markus Blatt
On Wed, Feb 26, 2014 at 10:05:05PM +0100, Markus Blatt wrote: > In UnstructuredGrid the face_normals are normalized. In contrast they > dp not seem to be normalized in CpGrid. It is the other way around: the face normals of Cpgrid is normalized and the one of UG is not. > > I have t

Re: [OPM] CpGrid face normals

2014-02-27 Thread Markus Blatt
pGrid, int) that returns CpGrid::faceNormal(int) scaled with the face area. Markus -- Dr. Markus Blatt - HPC-Simulation-Software & Services http://www.dr-blatt.de Hans-Bunte-Str. 8-10, 69123 Heidelberg, Germany, USt-Id: DE279960836 Tel.: +49 (0) 160 97590858 signature.asc Descriptio

Re: [OPM] CpGrid face normals

2014-02-27 Thread Markus Blatt
On Thu, Feb 27, 2014 at 03:01:32PM +0100, Andreas Lauser wrote: > On Thursday 27 February 2014 14:47:50 Markus Blatt wrote: > > On Thu, Feb 27, 2014 at 07:12:09AM +, Atgeirr Rasmussen wrote: > > The problem is that there are now faceNormal(const UG&, int) and > > fac

Re: [OPM] CpGrid::faceCell(int face, int local_index)

2014-03-11 Thread Markus Blatt
e boundary faces (just a, no b)? Is it always like this: UG [a -1] CpGrid [a] The reason I am asking is that even in this case you are checking the orientation, Markus -- Dr. Markus Blatt - HPC-Simulation-Software & Services http://www.dr-blatt.de Hans-Bunte-Str. 8-10, 69123 Heidelberg, German

Re: [OPM] CpGrid::faceCell(int face, int local_index)

2014-03-11 Thread Markus Blatt
On Tue, Mar 11, 2014 at 11:25:07AM +, Atgeirr Rasmussen wrote: > > 11. mars 2014 kl. 12:02 skrev Markus Blatt : > > > CpGrid: [a] -> UnstruncturedGrid [a, -1] as you say. > But [~a] -> [-1, a] instead (letting ~ denote negative orientation). Thanks did not exspect a

[OPM] Using old eclipse files with new parser.

2014-03-28 Thread Markus Blatt
wRecord for keyword "BGSAT" in file"./BENCH_SPE1.DATA" contained 3 too many items according to the spec. RawRecord was: 10 10 3 1 1 1 Abgebrochen Is there something that I have to change in the files? Cheers, Markus -- Dr. Markus Blatt - HPC-Simulation-Software &

Re: [OPM] Grid interface

2014-08-14 Thread Markus Blatt
Hi, On Wed, Aug 13, 2011 at 05:01:54PM +0200, Paolo Orsini wrote: > Ok, doing some more browsing I found some reference to the black-oil model > (BO) in the opm-autodiff, this has been updated more recently (... Yes, that's the one Alf meant. Cheers, Markus -- Dr. Markus

Re: [OPM] Grid interface

2014-10-22 Thread Markus Blatt
e-fem) with grids coming from Eclipse files. - We have parallelism and adaptivity without writing another full grid implementation. - Due to the meta grid approach we can hopefully still use codes implemented for CpGrid with the GridHelper classes. To me this sounds like a rather good app

Re: [OPM] Making OPM modular: support for more linear solvers

2014-10-28 Thread Markus Blatt
tips that might be worth investigating: - Maybe you should make the row_ind_ array one entry larger to prevent branching when accessing elements. I think this is standard for most CSR implementations - Run guess_cols only once. - Use std::lower_bound instead of handed coded binary sea

Re: [OPM] Support for more linear solvers: status

2014-11-18 Thread Markus Blatt
ses a single > contiguous array for the values. That may or may not matter in any > particular application. > If you provide the number of nonzeros to the constructor, then using when using row-wise mode there will be only one container for row start, column index and values. Markus

Re: [OPM] Support for more linear solvers: status

2014-11-18 Thread Markus Blatt
ed are simple should do pretty much the same things. Therefore I assume that one of the following things must be different: - Compile time options. Are you sure that PetSc is compiled with optimization? - Stopping criterion (Arne Morton pointed that out). Istl uses the relative residual red

Re: [OPM] Logging

2014-12-15 Thread Markus Blatt
Hi, On Mon, Dec 15, 2014 at 05:54:15PM +0100, Jørgen Kvalsvik wrote: > On 12/14/2014 09:56 PM, Joakim Hove wrote: > I'd just like to pitch in one more consideration: do we really need to > roll our own logging implementation? Wouldn't boost's logging library be > enough? It has capabilities such a

[OPM] CMake super builds

2015-03-18 Thread Markus Blatt
-- Dr. Markus Blatt - HPC-Simulation-Software & Services http://www.dr-blatt.de Hans-Bunte-Str. 8-10, 69123 Heidelberg, Germany, USt-Id: DE279960836 Tel.: +49 (0) 160 97590858 signature.asc Description: Digital signature ___ Opm mailing list Opm

Re: [OPM] New Ubuntu packages ready for testing

2015-04-23 Thread Markus Blatt
e webpage where we link to the PPA. Cheers, Markus -- Dr. Markus Blatt - HPC-Simulation-Software & Services http://www.dr-blatt.de Hans-Bunte-Str. 8-10, 69123 Heidelberg, Germany, USt-Id: DE279960836 Tel.: +49 (0) 160 97590858 signature.asc Descript

Re: [OPM] New Ubuntu packages ready for testing

2015-04-23 Thread Markus Blatt
On Thu, Apr 23, 2015 at 09:37:33AM +0200, Arne Morten Kvarving wrote: > dune packages are a backport from utopic. i.e. they are built against MPI. Great! Thanks! Markus -- Dr. Markus Blatt - HPC-Simulation-Software & Services http://www.dr-blatt.de Hans-Bunte-Str. 8-10, 69123 Hei

Re: [OPM] OPM release 2015.04

2015-04-28 Thread Markus Blatt
s Ubuntu LTS versions in OPM's PPA. This will help a lot and is a great example how different open source package can profit from each other. Markus -- Dr. Markus Blatt - HPC-Simulation-Software & Services http://www.dr-blatt.de Hans-Bunte-Str. 8-10, 69123 Heidelberg, Germany, USt

Re: [OPM] OPM release 2015.04

2015-05-13 Thread Markus Blatt
one in parallel, with a lot of restrictions > about wells etc. > I would say: Please do not use it, yet. There are still some issues and oversights, and not everything is merged to master. But I am working hard to resolve these as soon as possible. Cheers, Markus -- Dr. Markus Blatt - HP

Re: [OPM] Iterative solvers for autodiff

2015-05-20 Thread Markus Blatt
w.netlib.org/utk/people/JackDongarra/la-sw.html Markus -- Dr. Markus Blatt - HPC-Simulation-Software & Services http://www.dr-blatt.de Hans-Bunte-Str. 8-10, 69123 Heidelberg, Germany, USt-Id: DE279960836 Tel.: +49 (0) 160 97590858 signature.asc Des

[OPM] How static are wells? / How to get the union of the well connectivities

2015-05-26 Thread Markus Blatt
upper bound for the number of wells and the number of perforated cells of each. Cheers, Markus -- Dr. Markus Blatt - HPC-Simulation-Software & Services http://www.dr-blatt.de Hans-Bunte-Str. 8-10, 69123 Heidelberg, Germany, USt-Id: DE279960836 Tel.: +49 (0) 160 97590858 signature

Re: [OPM] Fwd: How static are wells? / How to get the union of the well connectivities

2015-05-27 Thread Markus Blatt
he last report step I can get all the wells that ever appeared during the simulation and each well has all possible connections? Markus -- Dr. Markus Blatt - HPC-Simulation-Software & Services http://www.dr-blatt.de Hans-Bunte-Str. 8-10, 69123 Heidelberg, Germany, USt-Id: DE279960

Re: [OPM] Fwd: How static are wells? / How to get the union of the well connectivities

2015-05-27 Thread Markus Blatt
with the qualification that both wells and connections might > be closed. That's cool. Markus -- Dr. Markus Blatt - HPC-Simulation-Software & Services http://www.dr-blatt.de Hans-Bunte-Str. 8-10, 69123 Heidelberg, Germany, USt-Id: DE279960836 Tel.: +49 (0) 160 97590858 signa

[OPM] CFP: DUNE User Meeting Sep 29-30, 2015

2015-06-09 Thread Markus Blatt
to give a presentation in the wiki [1]. Although there is no fixed deadline, we would appreciate registering as soon as possible. We will have the DUNE Developer Meeting 2015 [2] right after the user meeting. Interested users are welcome to part. The initiators of this meeting are Markus Blatt

[OPM] Supported DUNE versions / libtool libraries

2015-08-25 Thread Markus Blatt
ering whether we should stop supporting autotools for downstream modules and stop creating *.la files. (I guess this is untested in any case). This means enforcing dune >=2.3 which comes with CMake. Cheers, Markus -- Dr. Markus Blatt - HPC-Simulation-Software & Services http://www.dr-blatt.d

Re: [OPM] Supported DUNE versions / libtool libraries

2015-08-25 Thread Markus Blatt
On Tue, Aug 25, 2015 at 11:00:35AM +0200, Bård Skaflestad wrote: > On 25/08/15 10:52, Markus Blatt wrote: > > [Snip background] > > >I am wondering whether we should stop supporting autotools for > >downstream modules and stop creating *.la files. (I guess this is > &

Re: [Opm] New opm-repo

2016-03-15 Thread Markus Blatt
I guess. Cheers, Markus -- Dr. Markus Blatt - HPC-Simulation-Software & Services http://www.dr-blatt.de Hans-Bunte-Str. 8-10, 69123 Heidelberg, Germany, USt-Id: DE279960836 Tel.: +49 (0) 160 97590858 signature.asc Description: Digital signature ___

Re: [Opm] Renaming dune-cornerpoint -> opm-grid

2016-04-07 Thread Markus Blatt
Hi, is there in easy way to rename the forked version of the repository on github? Markus -- Dr. Markus Blatt - HPC-Simulation-Software & Services http://www.dr-blatt.de Hans-Bunte-Str. 8-10, 69123 Heidelberg, Germany, USt-Id: DE279960836 Tel.: +49 (0) 160 97590858 signature.asc Descrip

[Opm] opm-simulators: What is up with the history

2016-04-21 Thread Markus Blatt
Hi, I am havin trouble checkout historical states of the archive. E.g. I want to use the state at commit 5bb705f, see https://github.com/OPM/opm-simulators/tree/5bb705f Unfortunately, there are some files missing (e.g. CMakeLists.txt). Is that expected? Markus -- Dr. Markus Blatt - HPC

[Opm] Mailinglist not archived after November 2015

2016-04-29 Thread Markus Blatt
Hi, somehow the last month archived at http://opm-project.org/?page_id=496 is November 2015. Markus -- Dr. Markus Blatt - HPC-Simulation-Software & Services http://www.dr-blatt.de Hans-Bunte-Str. 8-10, 69123 Heidelberg, Germany, USt-Id: DE279960836 Tel.: +49 (0) 160 97590858 signature

[Opm] flow: Usage of restart utility

2016-06-08 Thread Markus Blatt
time_step_number that is reported. I am having a hard time finding out that at what time step number of a report step. I tried a few, but these were all wrong. Regards, Markus -- Dr. Markus Blatt - HPC-Simulation-Software & Services http://www.dr-blatt.de Hans-Bunte-Str. 8-10, 69123 Heidelb

Re: [Opm] flow: Usage of restart utility

2016-06-08 Thread Markus Blatt
Hi, On Wed, Jun 08, 2016 at 02:21:01PM +0200, Markus Blatt wrote: > > I am having a hard time finding out that at what time step number of a > report step. I tried a few, but these were all wrong. Joakim helped me a bit and brought me on the right track: The information is "encryp

Re: [Opm] flow: Usage of restart utility

2016-06-08 Thread Markus Blatt
On Wed, Jun 08, 2016 at 04:41:02PM +0200, Markus Blatt wrote: > > Joakim helped me a bit and brought me on the right track: > > The information is "encrypted" in RPTRST. See > https://github.com/OPM/opm-parser/blob/7ef3a7b4c1db3ff99dc5bf5fbb6ee6ce8504c8b7/opm/parser/ecli

[Opm] adding custom cell data to output and visualize it.

2016-07-12 Thread Markus Blatt
Hi, let us imagine that I have a custom vector containing data attached to the cells. Is there a way to output this data in addition to the default values to eclipse output? How? I assume that such an additional field can be easily visualized with ResInsight or am I wrong? Markus ___

Re: [Opm] adding custom cell data to output and visualize it.

2016-07-12 Thread Markus Blatt
er whether they active or not. Markus -- Dr. Markus Blatt - HPC-Simulation-Software & Services http://www.dr-blatt.de Hans-Bunte-Str. 8-10, 69123 Heidelberg, Germany, USt-Id: DE279960836 Tel.: +49 (0) 160 97590858 ___ Opm mailing list Opm@opm-pro

Re: [Opm] adding custom cell data to output and visualize it.

2016-07-12 Thread Markus Blatt
> > > > If this is static - i.e. initial data; you can quite simply add to the > simprops list here: > https://github.com/OPM/opm-simulators/blob/master/opm/autodiff/FlowMain.hpp#L751 > Thanks. Seems like the way to go as this is the process number after the initial load balan

Re: [Opm] Greetings & compile questions

2016-07-20 Thread Markus Blatt
uib.no/fciop/index_htm_files/ResSimNotes.pdf Markus -- Dr. Markus Blatt - HPC-Simulation-Software & Services http://www.dr-blatt.de Hans-Bunte-Str. 8-10, 69123 Heidelberg, Germany, USt-Id: DE279960836 Tel.: +49 (0) 160 97590858 ___ Opm mail

Re: [Opm] Greetings & compile questions

2016-07-20 Thread Markus Blatt
On Wed, Jul 20, 2016 at 07:38:39PM +0200, Markus Blatt wrote: > On Thu, Jul 14, 2016 at 12:29:32PM -0700, Richard Huntrods wrote: > > > > One other question: do you or anyone know a way to obtain a pdf of the > > Eclipse 100 Reference manual? > > > > You proba

[Opm] How to force writing of initial state

2016-07-25 Thread Markus Blatt
g RPTSOL is inspired by http://ert.nr.no/ert/index.php?title=Preparing_an_ECLIPSE_reservoir_model_for_use_with_enkf&oldid=276#Output_of_inital_restart_file How do I need to change the eclipse file to get the initial state written? Cheers, Markus -- Dr. Markus Blatt - HPC-Simulation-Software

Re: [Opm] How to force writing of initial state

2016-07-25 Thread Markus Blatt
Joakim helped me this. His advice was that the RPTSOL keyword needs to be moved to the SOLUTION section (not the SCHEDULE section). Markus -- Dr. Markus Blatt - HPC-Simulation-Software & Services http://www.dr-blatt.de Hans-Bunte-Str. 8-10, 69123 Heidelberg, Germany, USt-Id: DE279960836

Re: [Opm] ERT repo layout changed

2016-09-01 Thread Markus Blatt
On Mon, Aug 22, 2016 at 10:01:29AM +, Joakim Hove wrote: > after request the layout of the ert repository has changed to become more > standard compliant, and in particular agree with the opm modules. After you > have updated you must: Great! Thanks a lot. Markus -- Dr. Mar

[Opm] Open well with zero perforations valid?

2016-09-08 Thread Markus Blatt
be a different scenarios. Cheers, Markus -- Dr. Markus Blatt - HPC-Simulation-Software & Services http://www.dr-blatt.de Hans-Bunte-Str. 8-10, 69123 Heidelberg, Germany, USt-Id: DE279960836 Tel.: +49 (0) 160 97590858 signature.asc Description: Digital signa

Re: [Opm] OPM release 2016.10

2016-11-23 Thread Markus Blatt
FYI I did send out notifications to the siam cse, siam Geoscience, and na-digest list, to spread the word a bit wider. -- Dr. Markus Blatt - HPC-Simulation-Software & Services http://www.dr-blatt.de Hans-Bunte-Str. 8-10, 69123 Heidelberg, Germany, USt-Id: DE279960836 Tel.: +49 (0) 160 9759

[Opm] Runtime improvements benchmark Flow MPI Extra

2016-12-01 Thread Markus Blatt
? Markus -- Dr. Markus Blatt - HPC-Simulation-Software & Services http://www.dr-blatt.de Hans-Bunte-Str. 8-10, 69123 Heidelberg, Germany, USt-Id: DE279960836 Tel.: +49 (0) 160 97590858 ___ Opm mailing list Opm@opm-project.org http://opm-project.org

Re: [Opm] Change in solver time Model2

2016-12-01 Thread Markus Blatt
ay and it still used 75 steps, see https://github.com/OPM/opm-simulators/issues/955 Maybe I did something wrong. I will recheck. Markus -- Dr. Markus Blatt - HPC-Simulation-Software & Services http://www.dr-blatt.de Hans-Bunte-Str. 8-10, 69123 Heidelberg, Germany, USt-Id: DE279960836 Tel.: +

[Opm] Posters at SIAM CSE17 and GS17?

2016-12-09 Thread Markus Blatt
September. Any objections/suggestions? Markus -- Dr. Markus Blatt - HPC-Simulation-Software & Services http://www.dr-blatt.de Hans-Bunte-Str. 8-10, 69123 Heidelberg, Germany, USt-Id: DE279960836 Tel.: +49 (0) 160 97590858 ___ Opm mailing list Opm

Re: [Opm] Posters at SIAM CSE17 and GS17?

2016-12-12 Thread Markus Blatt
deadline tonight. Cheers, Markus -- Dr. Markus Blatt - HPC-Simulation-Software & Services http://www.dr-blatt.de Hans-Bunte-Str. 8-10, 69123 Heidelberg, Germany, USt-Id: DE279960836 Tel.: +49 (0) 160 97590858 signature.asc Description: Digital signa

Re: [Opm] Posters at SIAM CSE17 and GS17?

2016-12-15 Thread Markus Blatt
l us whether the poster is accepted by January 4. Let us start when we are accepted. A natural deadline for a first prototype version is January 30 as that is the deadline for editing the abstract/authors in the online program. Looking forward to it. Markus -- Dr. Markus Blatt - HPC-Simulat

Re: [Opm] Posters at SIAM CSE17 and GS17?

2016-12-22 Thread Markus Blatt
Hi, and here comes the first Christmas present: The poster has already been accepted. Cheers, Markus ___ Opm mailing list Opm@opm-project.org http://opm-project.org/cgi-bin/mailman/listinfo/opm

Re: [Opm] Installation from binary on Ubuntu 16.04, undefined symbol

2017-03-01 Thread Markus Blatt
OpenMPI. Are you sure that libopenmpi1.6 (for 14.04, version might differ for other ubuntu versions) is installed? Markus -- Dr. Markus Blatt - HPC-Simulation-Software & Services http://www.dr-blatt.de Hans-Bunte-Str. 8-10, 69123 Heidelberg, Germany, USt-Id: DE279960836 Tel.: +49

[Opm] Are build tests supposed to work again?

2017-04-03 Thread Markus Blatt
. Markus Blatt - HPC-Simulation-Software & Services http://www.dr-blatt.de Hans-Bunte-Str. 8-10, 69123 Heidelberg, Germany, USt-Id: DE279960836 Tel.: +49 (0) 160 97590858 signature.asc Description: Digital signature ___ Opm mailing list Opm@opm-project

Re: [Opm] Extracting matrices and right-hand sides

2017-05-20 Thread Markus Blatt
. Sure there are. Located in dune-istl dune/istl/matrixmarket.hh Dune::writeMatrixMarket https://www.dune-project.org/doxygen/2.5.0/group__ISTL__IO.html#ga8da01d126c9f37e57fa4f719e1d05487 Cheers, Markus -- Dr. Markus Blatt - HPC-Simulation-Software & Services http://www.dr-blatt.de Hans-B

[Opm] Travis flooded with CMake warnings

2017-05-29 Thread Markus Blatt
Dr. Markus Blatt - HPC-Simulation-Software & Services http://www.dr-blatt.de Hans-Bunte-Str. 8-10, 69123 Heidelberg, Germany, USt-Id: DE279960836 Tel.: +49 (0) 160 97590858 ___ Opm mailing list Opm@opm-project.org http://opm-project.org/cgi-bin

Re: [Opm] New version of libecl required

2017-06-29 Thread Markus Blatt
Hi, Thanks for the heads up. I guess updating earlier is not a problem? Cheers, Markus -- Dr. Markus Blatt - HPC-Simulation-Software & Services http://www.dr-blatt.de Hans-Bunte-Str. 8-10, 69123 Heidelberg, Germany, USt-Id: DE279960836 Tel.: +49 (0) 160 9759

[Opm] Who sets MODULE_ROOT when he/she calls CMake?

2017-09-15 Thread Markus Blatt
Hi, does anyone really pass MODULE_ROOT (OPM_CORE_ROOT, OPM_MATERIAL_ROOT, etc.) to CMake to tell it where the modules are located? Cheers, Markus -- Dr. Markus Blatt - HPC-Simulation-Software & Services http://www.dr-blatt.de Pedettistr. 38, 85072 Eichstätt, Germany, USt-Id: DE279960836

Re: [Opm] Problem installing python-ecl for 2017.10 version of OPM

2017-12-30 Thread Markus Blatt
. according to http://opm-project.org/pipermail/opm/2017-December/001204.html this will be resolved early next year by rebulding the packages. Maybe Roland's suggestion in the same thread helps? Cheers, Markus -- Dr. Markus Blatt - HPC-Simulation-Software & Services http://www.dr-blatt.d

Re: [Opm] Problem installing python-ecl for 2017.10 version of OPM

2017-12-30 Thread Markus Blatt
On Sat, Dec 30, 2017 at 02:48:35PM +0100, Markus Blatt wrote: > We are sorry about this known issue. according to > http://opm-project.org/pipermail/opm/2017-December/001204.html this > will be resolved early next year by rebulding the packages. Maybe > Roland's suggestion i

Re: [Opm] Redhat RPM package with MPI

2018-05-30 Thread Markus Blatt
select OpemMPI on redhat (see https://www.mail-archive.com/opm@opm-project.org/msg01087.html). Cheers, Markus -- Dr. Markus Blatt - HPC-Simulation-Software & Services http://www.dr-blatt.de Pedettistr. 38, 85072 Eichstätt, Germany, USt-Id: DE279960836 Tel.: +49 (0) 16

Re: [Opm] MPI Parallel OPM Flow - SPE 10 Model 2 Hangs

2018-09-26 Thread Markus Blatt
cess to such a system and cannot be of much help here. Maybe somebody else can do a quick test? But I did a quick test with the current master on my system and it works with 4 processes. So if nobody else can help you, then you might want to checkout master and compile OPM yourself. Cheer

Re: [Opm] MPI Parallel OPM Flow - SPE 10 Model 2 Hangs

2018-09-27 Thread Markus Blatt
emory on the virtual machine and the processes got killed with signal 9 Cheers, Markus -- Dr. Markus Blatt - HPC-Simulation-Software & Services http://www.dr-blatt.de Pedettistr. 38, 85072 Eichstätt, Germany, USt-Id: DE279960836 Tel.: +49 (0) 160 97590858 build-opm.sh Description: Bou

Re: [Opm] MPI Parallel OPM Flow - SPE 10 Model 2 Hangs

2018-09-27 Thread Markus Blatt
BTW The script works for RefHat, too. You just need to install dune-istl differently (using yum?) or check it out manually ( git clone https://gitlab.dune-project.org/core/dune-istl; cd dune-istl; git checkout releases/2.4; cd .. ___ Opm mailing list Opm

Re: [Opm] MPI Parallel OPM Flow - SPE 10 Model 2 Hangs

2018-09-27 Thread Markus Blatt
Hi, you probably figured out that there is a small bug in the script and fixed it already, but anyway: you need to add a line with "fi" in line 54 for the script to work. Cheers, Markus ___ Opm mailing list Opm@opm-project.org https://opm-project.org/

[Opm] [Offtopic] Problem with mails via mailinglist

2019-01-04 Thread Markus Blatt
Hi, since last month I have trouble viewing messages that come via our mailinglist. Apparantly, these mime messages have as first part a multipart/alternative that should indicate that the both attachments in it should be alternates (i.e. have equivalent content). Unfortunately, they are not. They

Re: [Opm] [Offtopic] Problem with mails via mailinglist

2019-01-04 Thread Markus Blatt
On Fri, Jan 04, 2019 at 06:04:37PM +0100, Markus Blatt wrote: > > Is that a problem of the mailman installation or the sender? > Seems like a problem of the sending mail user agent as my message (from mutt) is nicely displayed (https://www.mail-archive.com/opm@opm-project.org/msg0

Re: [Opm] [Offtopic] Problem with mails via mailinglist

2019-01-08 Thread Markus Blatt
Kai, would you send a test reply to this message. please. If I can read it without any hassle then the issue is fixed. Thanks. Cheers, Markus signature.asc Description: PGP signature ___ Opm mailing list Opm@opm-project.org https://opm-project.org/cg

Re: [Opm] [Offtopic] Problem with mails via mailinglist

2019-01-08 Thread Markus Blatt
On Tue, Jan 08, 2019 at 10:16:52AM +, Kai Bao wrote: > Testing message as requested. > Cool, I see the message as it should be! It works again. Markus -- Dr. Markus Blatt - HPC-Simulation-Software & Services http://www.dr-blatt.de Pedettistr. 38, 85072 Eichstätt, German

Re: [Opm] 2019.04 release plan

2019-05-08 Thread Markus Blatt
______ > Opm mailing list > Opm@opm-project.org > https://opm-project.org/cgi-bin/mailman/listinfo/opm -- Dr. Markus Blatt - HPC-Simulation-Software & Services http://www.dr-blatt.de Pedettistr. 38, 85072 Eichstätt, Germany, USt-Id: DE279960836 Tel.: +49 (0) 160 97590858

Re: [Opm] OPM software installation

2019-05-16 Thread Markus Blatt
nother machine, tar them and the copy them to the target machine. HTH, Markus -- Dr. Markus Blatt - HPC-Simulation-Software & Services http://www.dr-blatt.de Pedettistr. 38, 85072 Eichstätt, Germany, USt-Id: DE279960836 Tel.: +49 (0) 160 97590858

[Opm] Tentative release 2019.10 plan

2019-10-02 Thread Markus Blatt
s, Markus -- Dr. Markus Blatt - HPC-Simulation-Software & Services http://www.dr-blatt.de Pedettistr. 38, 85072 Eichstätt, Germany, USt-Id: DE279960836 Tel.: +49 (0) 160 97590858 ___ Opm mailing list Opm@opm-project.org https://opm-project.org/c

  1   2   >