Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
D
dune-alugrid
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 3
    • Issues 3
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 3
    • Merge Requests 3
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • extensions
  • dune-alugrid
  • Issues
  • #60

Closed
Open
Opened Mar 21, 2020 by Christian Engwer@christiOwner

Installing a 2.3 compatible alugrid version

When reactivating an old DUNE module it is often very helpful to first get the old code working again.

Then might require having access to an old ALUGrid version. Since the Freibug website changed the old versions can not be downloaded anymore.

I found out that the repository also contains all the old versions. Thus I created a branch releases/1.98 and started fixing it to run with recent compilers (which is not all that trivial).

Here follows a brief installation note:

At that earlier stage alugrid was not a dune module, but had to be installed. The buildsystem used autotools to generate Makefiles.

One can setup and install alugrid locally in the home directory. Run something along the following lines

./autogen.sh --prefix=$HOME/install
make
make install
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
Reference: extensions/dune-alugrid#60