-
When compiling with AMatrix currently the linear-solver tests in the core are not working since the [vectors and the matrix are directly constructed](https://github.com/KratosMultiphysics/Kratos/blob/…
-
**Host Environment**
- OS: linux(centos 6.7)
- Compiler: gcc 7.3
**To Reproduce**
Steps to reproduce the behavior:
`./vcpkg install boost`
**Failure logs**
The following packages will be b…
-
All three tests of Eigen passed, but the eigen.example failed. The output is
```bash
Using ezARPACK version 0.8
Assertion failed: (index >= 0 && index < size()), function operator(), file /usr/lo…
-
this is the error @loumalouomega (happens only in `FullDebug`)
~~~
======================================================================
ERROR: test_execution (structural_mechanics_test_factory.…
-
norm_tをreal_tに改名する。
norm_tは非負である。
* ノルムとして使われる浮動小数の変数は、abstolだけである。
* `unsigned double`は存在しないから、実質的に、norm_tとreal_tは一致する。
#483 による変更前に、norm_tで用いられていたのは、`boost::numeric::ublas::type_traits::real…
-
**Describe the bug**
After a fresh install of vcpkg I run `./vcpkg install boost` and get the following output:
```
A suitable version of git was not found (required v2.7.4) and unable to automat…
-
We found the multiplication of big matrices costs quite some time. For example
```
flint::frandxx state;
flint::nmod_matxx mmm = flint::nmod_matxx::randtest(20000,20010,mp_limb_t(11),state);
fl…
-
Hello,
I faced following error with gcc-10.0.1-0.9.fc32 on Fedora 32 when building mmseq.
mmseq version is the latest version 1.0.11.
Do you have any idea to fix?
Thanks.
```
+ cd src
+ mak…
-
I am constantly running the tests of the Apps in the CI to see if I can reproduce the errors. I am compiling in FullDebug with `GLIBCXX_DEBUG` and run the small-suite with 2 omp threads
FYI @KratosMu…
-
Address and memory sanitizers can catch many runtime memory and address violation in the code. Both GCC and Clang offers sanitizers that can be enabled with `-fsantitize=` with compile and linker flag…