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] MFEM Solver BP #16

Merged
merged 2 commits into from
Feb 11, 2021
Merged

[WIP] MFEM Solver BP #16

merged 2 commits into from
Feb 11, 2021

Conversation

pazner
Copy link
Member

@pazner pazner commented Feb 9, 2021

Add a package builder for the MFEM solver BP. For example, can be run with

./go.sh --config linux --compiler gcc --build "cuda metis5 hypre amgx mfem mfem-solvers-bp" mfem_branch=split-nonconforming-tet

@v-dobrev
Copy link
Member

@pazner, there is no need to go through PRs for this repository. Feel free to update things directly in the master branch.

One remark about enabling CUDA: instead of setting CUDA_ENABLED=YES on the go.sh command line, you can just list the cuda package in the list of packages (before the first package for which you want CUDA enabled).

@v-dobrev v-dobrev merged commit 50459c3 into master Feb 11, 2021
@pazner
Copy link
Member Author

pazner commented Feb 11, 2021

@pazner, there is no need to go through PRs for this repository. Feel free to update things directly in the master branch.

👍 good to know, I was mostly unsure about the changes to mfem.sh, and I didn't want to unintentionally break it.

One remark about enabling CUDA: instead of setting CUDA_ENABLED=YES on the go.sh command line, you can just list the cuda package in the list of packages (before the first package for which you want CUDA enabled).

Got it, that's easier.

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.

None yet

2 participants