Giter Site home page Giter Site logo

Comments (7)

bska avatar bska commented on July 30, 2024

Any clues about the following compilation error.

What version of Dune are you targeting?

from opm-grid.

GitPaean avatar GitPaean commented on July 30, 2024

2.3

from opm-grid.

bska avatar bska commented on July 30, 2024

What version of Dune are you targeting?

2.3

That's strange. Lines 417--424 of grid.hh in the 2.3.1 release of dune-grid are

template <PartitionIteratorType pitype>
struct Partition
{
  typedef typename GridFamily::Traits::template Partition<pitype>::LevelGridView
  LevelGridView;
  typedef typename GridFamily::Traits::template Partition<pitype>::LeafGridView
  LeafGridView;
};

and these don't seem to agree with the error messages you're seeing. Are you absolutely positive that you don't have a straggling 2.2 version of Dune somewhere in your include path?

from opm-grid.

GitPaean avatar GitPaean commented on July 30, 2024

Okay. Let me check.

from opm-grid.

GitPaean avatar GitPaean commented on July 30, 2024

yes. My script failed in specifying the version and it downloaded a different version (probably 2.2 while I am not sure) from 2.3. Thanks.

from opm-grid.

blattms avatar blattms commented on July 30, 2024

Sounds like you want to test the parallelization. To get some speedup you need the yet not merged PR #195 and OPM/autodiff#547

from opm-grid.

GitPaean avatar GitPaean commented on July 30, 2024

Yes. It looks like new development PRs require to be able to handle parallel running now. Without a parallel building, it is very difficult to test that.

Yesterday, I was trying to compile the OPM under parallel mode for the first time. Some small accidents made the process not that smooth, but finally it worked out. I will try your new PR. Thanks for the great works in parallelization.

from opm-grid.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.