Hans Hammer
Hans Hammer
If a test with small numbers fail, the output is not helpful. We get for example: ``` CHECK( constants::electric == 8.8541878128e-12 ) with expansion: 0.0 == 0.0 ``` The output...
Using a fixture in a separate module will give a linker error (see below). Using a fixture in a separate module would allow reuse for several tests in different files/modules....
**Describe the bug** I am trying to compile Adios 2.8.2 on a LANL machine using the intel compiler 2022.0.2. I get a linker error. I tried both serial and openmpi....
`bpls` gives the error ``` Error: Could not open this file with any ADIOS2 file reading engines ``` when trying to open a file that has been written over an...
**Describe the bug** When building with spack, and requesting the kokkos interface, Spack does not pull in the Kokkos dependency. **To Reproduce** ``` spack install [email protected] +kokkos +python %[email protected] ```...
### Description of the enhancement or error report I have a SPD system and want to take advantage by using the CG solver. However, the solve is noticeable slower than...
Add a setting to give admin rights (add group *admin* to user) based on OIDC claim. The most common way would be to give admin rights based on group membership...