Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] Working version of dune-peits in serial with latest Dune, PETSc and Zoltan #21

Open
wants to merge 29 commits into
base: master
Choose a base branch
from

Conversation

RolandMacDoland
Copy link

Fixes #13 and #14
This branch contains new features:

  • A Dockerfile to build a dune-peits environment image with Dune 2.6, PETSc and Zoltan. All necessary modules are installed and loaded using Spack/Environment modules and are ready to be used. The image can be found here https://hub.docker.com/r/uclrits/peits under the development tag. After pulling the image from DockerHub (docker pull uclrits/peits:development), and git cloning the PEITS repo, checking out the serial branch, a container can be run and synced using docker run -it -v $(pwd):/home/PEITS.
  • A BUILD script that builds the dune-peits module against Dune.
  • A summary of why dune-peits fails in parallel can be found in the dune-peits.cc at the Zoltan section.

vagrant and others added 29 commits April 29, 2019 14:43
@RolandMacDoland
Copy link
Author

@dpshelio I'm happy to hear suggestions on how to make things better here.

@dpshelio dpshelio requested a review from giordano August 19, 2019 14:15
@giordano giordano removed their request for review February 11, 2021 14:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Install using latest dependencies versions
2 participants