Jakub Klinkovský

Results 101 issues of Jakub Klinkovský

Why do we have [this](https://github.com/archlinux/archweb/blob/master/sitestatic/archnavbar/archnavbar.css) and [this](https://github.com/archlinux/archweb/blob/master/sitestatic/archweb.css#L9-L37)? Also, we should probably use [arch-common-style](https://gitlab.archlinux.org/archlinux/archlinux-common-style) to generate the navbar style. (Didn't check yet if there is actually a visual difference...)

I'm getting these errors when I try to compile an example with the HIP `nvcc` backend. What is the problem? ``` $ cd add4 $ make /opt/rocm/hip/bin/hipcc -std=c++11 -O3 -c...

We have an instance of Nextcloud with CollaboraOnline running in [Docker](https://github.com/nextcloud/docker) containers. It worked fine for some time, but since today CollaboraOnline frequently freezes with the following errors in the...

Is it possible to get some timing data from Hypre solve routines? For example, I'd be interested in checking how much time BoomerAMG spends in compute and how much in...

This should save users from having to specify `--with-blas-lib-dirs=/usr/lib64` etc. when the BLAS and Lapack libraries are located in `/usr/lib64` rather than `/usr/lib`.

I'm having issues with enabling "bigint" support in Hypre because the `--enable-bigint` configure flag sets `HYPRE_BigInt` to `long long int`, which is none of the [standard fixed width integer types](https://en.cppreference.com/w/cpp/types/integer)...

Based on [this comment](https://github.com/hypre-space/hypre/blob/master/src/seq_mv/csr_matrix.h#L43) ```c HYPRE_Int owns_data; /* Does the CSRMatrix create/destroy `data', `i', `j'? */ ``` it seems that the `owns_data` attribute of `hypre_CSRMatrix` should control the ownership of...

I don't see the function `HYPRE_BiCGSTABGetPrintLevel` implemented? Probably all other solvers provide a function to get the print level, e.g. `HYPRE_PCGGetPrintLevel`. It would also be nice to provide a general...

I know it is possible to include only a part of a file based on the `firstline`/`lastline` options, but this is very inflexible. The more flexible alternative would be to...

enhancement

I appreciate the static list being [publicly available](https://staticcdn.duckduckgo.com/https/smarter_encryption_latest.tgz). However, there seems to be no cryptographic signature or even checksum which we could use to verify the integrity of the file....