- 05 Aug, 2017 2 commits
-
-
Andreas Marek authored
-
Andreas Marek authored
-
- 04 Aug, 2017 2 commits
-
-
Andreas Marek authored
-
Lorenz Huedepohl authored
The were a couple of places where a load of a stack variable was too wide. Detected with the -fsanitize=address flag of GCC, that we should probably incorporate into our CI tests.
-
- 03 Aug, 2017 12 commits
-
-
Andreas Marek authored
-
Andreas Marek authored
-
Andreas Marek authored
-
Lorenz Huedepohl authored
Anything if it makes Andreas happy :)
-
Andreas Marek authored
-
Andreas Marek authored
-
Andreas Marek authored
-
Lorenz Huedepohl authored
The timer object was not properly removed when elpa_destroy() was called on an ELPA instance, leading to a memory leak
-
Lorenz Huedepohl authored
Previously you could set up ELPA with nev > na and force a crash.
-
Andreas Marek authored
-
Andreas Marek authored
-
Andreas Marek authored
-
- 02 Aug, 2017 4 commits
-
-
Andreas Marek authored
-
Andreas Marek authored
-
Andreas Marek authored
-
Andreas Marek authored
-
- 01 Aug, 2017 4 commits
-
-
Pavel Kus authored
even if only part of eigenvectors are calculated, all eigenvalues should be checked
-
Andreas Marek authored
-
Andreas Marek authored
-
Andreas Marek authored
-
- 31 Jul, 2017 2 commits
-
-
Andreas Marek authored
-
Lorenz Huedepohl authored
-
- 30 Jul, 2017 3 commits
-
-
Lorenz Huedepohl authored
We got reports from a user that there were troubles with certain domain decompositions. So far the tests only looked at (approximately) square decompositions in column-major process order. Now, a new class of tests loops over all possible decompositions (row * col) for a given number of total tasks. So far, we can not confirm that there are any problems, all possibilities work as expected.
-
Andreas Marek authored
-
Andreas Marek authored
-
- 29 Jul, 2017 9 commits
-
-
Andreas Marek authored
-
Andreas Marek authored
-
Andreas Marek authored
-
Andreas Marek authored
-
Andreas Marek authored
-
Andreas Marek authored
-
Andreas Marek authored
-
Pavel Kus authored
matrices of dimension of the form 2^n * 3^m * 5^m are now allowed. For other matrix sizes, the test is terminated. Matrix size is not modified, as it has been the case before
-
Andreas Marek authored
-
- 28 Jul, 2017 2 commits
-
-
Lorenz Huedepohl authored
There was again a case where stack-variables were loaded with instructions that needed properly aligned memory. This only surfaced with the Intel C compiler, where the stack layout evidently was sufficiently different to trigger this. This was also the case for SSE kernels
-
Andreas Marek authored
- remove runtime by not executing unecessary runs - make sure that on gp02 impi/2017 is NOT use - adjust reserved time on knl systems
-