-
I recently used Clang.jl to generate bindings for HYPRE: (https://github.com/fredrikekre/HYPRE.jl). I had to add some things to the ignore list, where Clang.jl generated invalid Julia code, see: https…
-
Stack overflow at https://github.com/SciML/LinearSolve.jl/blob/main/src/common.jl#L160-L162
I think some dispatches are missing. E.g. I had to overload `LinearSolve.needs_concrete_A(::HYPREAlgorith…
-
I am reporting this more as a curiosity than a concrete action item.
In short, various of our dependencies such as trilinos or petsc, and in case of hypre, transitive dependencies do have configura…
-
Are there any examples of AMG-DD usage?
I don't see it used anywhere in https://github.com/hypre-space/hypre/blob/master/src/test/test_ij.c.
I would like to replicate the tests in https://arxiv.…
-
We have a user request for this software on our cluster. I am following the instructions https://github.com/LLNL/COGENT/tree/master?tab=readme-ov-file#install-instructions specifically starting from t…
-
Hi - I have encountered the following internal compiler error when compiling examples (any example).
```
(env-nga2) [ioannis.bagkeris@viz-pg0-3 swirl_atomizer]$ make
Loading ../../tools/GNUMake/c…
-
```
balay@petsc-gpu-02:/scratch/balay/spack$ ./bin/spack spec xsdk+rocm amdgpu_target=gfx90a |grep hypre@
- ^hypre@2.30.0%gcc@11.4.0~caliper~complex~cuda~debug+fortran~gptune~int64~internal-s…
-
Hello Hypre maintainers @ulrikeyang, @osborn9, and @balay,
Users at our HPC center (e.g. @rubel-chandra-das) are reporting that the most recent hypre package no longer sets the environment variable…
-
**Describe the bug**
Nvidia linker reports that a symbol (class) appears to have different sizes in coreComponents (libphysicsSolvers.a).
It seems that the definitions for _ZN4geos13finiteElement…
-
We are trying to compile the LinearSolver tutorials using the CMake with CUDA and HYPRE enabled under the Linux system. During the link time, we get the curand and cusparse errors.
For example,
…