-
Hello everyone,
I am trying to build a project on Debian that links MFEM with SUNDIALS and other libraries. Without SUNDIALS, everything compiles smoothly, but adding SUNDIALS produces multiple def…
-
Hi there,
I just installed cuda version mfem with the instructions on the website, specifically the installed version is:
mfem-4.7, hypre-2.31.0 (all cuda version), metis-5.1.0, glvis-4.3.2
H…
-
Hi, I'm trying to build Hypre with cuda in my linux laptop and get this error both with make and cmake. I'm trying to use the intel mpi libraries. Thank you for your help.
Marcos
$ cmake -DHYPRE_…
-
Dear HYPRE developers,
following on issue #1126, I've been able to implement HYPRE in my code and run it on multiple GPUs. However, when I try to enable GPU-aware MPI in HYPRE, I get the following …
-
Cmake reports:
```
The pair PETSC_DIR=/work/00434/eijkhout/mfem/mfem-4.7/../petsc
PETSC_ARCH=arch-linux2-c-debug do not specify a valid PETSc installation
```
but my environment has:
```
en…
-
Currently, the default for Hypre's Boomer AMG parameter "relaxation type" is left to Hypre to decide. I think the default is 3, if I remember right.
To use GPUs, we must use "relaxation type" = 6.
…
-
I'm running Hermes-3 in 2D and trying to optimise PETSc preconditioners, focusing on the `ILU` methods `Euclid` and `PILUT`. Ignoring the fact both are now deprecated in Hypre, I found that `PILUT` is…
-
Hello,
I am exploring using Hypre in my application and I am particularly interested in its GPU capabilities:
- Which of the solvers and preconditioners in Hypre are available on the GPU? I am…
-
Hello,
I would like to get some more information on the compatibility of HYPRE with Trilinos packages. Is there any documentation I should review in order to get an understanding of the current cap…
-
I ran into a segfault in an mfem call, so I switched "SERAC_CODEVELOP=ON" and reconfigured serac in Debug mode to track down the issue, but CMake seems to be failing in the configuration process with …