-
Hi all,
first of all: thanks a lot for putting together this python wrapper for MFEM. I've been using MFEM for quite a while, and it's been a huge upgrade to the usability of MFEM for me.
I've bee…
-
I ran into the following issue while running tests in MFEM with HYPRE built with CUDA and `--enable-debug`: the `hypre_assert` in `hypre_ParCSRTMatMatKTDevice`, here: https://github.com/hypre-space/hy…
-
Hello. I have a use case where I would like to perform preconditioned solves over multiple time steps. Initially, I tried an approach where I created both the solver and preconditioner one time up fro…
-
Hi,
I'm testing a Fortran 90 code with the STRUCT interface. I'm using openSUSE 15.2 on my i7 laptop. There are several versions of HYPRE provided by openSUSE community. I've taken care to ensure t…
-
Amanzi provides a lot of combination of TPLs and options.
We need to check that Spack is able to build the different TPLs and combinations and build Amanzi using them.
Current variants:
`eptr…
-
I can run problem 1 successfully on Frontier with < 64 nodes fine, but I get a segmentation fault with >= 64 nodes:
```
Running with these driver parameters:
Problem ID = 1
==============…
-
I am interacting with TSAdjoint from firedrake. TSAdjoint takes the jacobian of your PDE and calls `KSPSolveTranspose` to get the adjoint function. The jacobian is already assembled with the boundary …
-
```
su "ohpc" -l -c "cd ${PWD}/tests; ./bootstrap; ./configure --disable-all --enable-modules --enable-slurm --enable-hypre; make check"
```
```
not ok 6 [libs/HYPRE] 2 PE -Delta u = 1 binary ru…
-
### Steps to reproduce the issue
```console
$ spack install hypre %gcc@8.3.0
spack install # Fill in the exact spec you are using
...
11 errors found in build log:
733
734 Makin…
-
Hi All,
I'm using Hypre with Umpire enabled for AMD GPUs (rocm 5.1.0). In my application, I query the amount of free memory available with hipMemGetInfo after key steps (matrix creation, vector creat…