- 11 May, 2018 1 commit
-
-
Andreas Marek authored
-
- 08 May, 2018 1 commit
-
-
Andreas Marek authored
-
- 07 May, 2018 1 commit
-
-
Andreas Marek authored
-
- 03 May, 2018 3 commits
- 26 Apr, 2018 1 commit
-
-
Pavel Kus authored
tile size is used in elpa1_tridiag and elpa2_bandred. Iits value is computed based on block size and least common multiple of number of processes rows and colums, but then can be enlarged to some multiple of this value. How much it should be enlarged can now be influenced by min_tile_size parameter.
-
- 24 Apr, 2018 1 commit
-
-
Pavel Kus authored
-
- 19 Apr, 2018 1 commit
-
-
Pavel Kus authored
-
- 19 Mar, 2018 1 commit
-
-
Andreas Marek authored
-
- 02 Jan, 2018 3 commits
- 14 Dec, 2017 1 commit
-
-
Andreas Marek authored
-
- 28 Nov, 2017 1 commit
-
-
Andreas Marek authored
-
- 27 Nov, 2017 1 commit
-
-
Andreas Marek authored
-
- 23 Nov, 2017 1 commit
-
-
Andreas Marek authored
-
- 27 Oct, 2017 1 commit
-
-
Andreas Marek authored
-
- 11 Sep, 2017 1 commit
-
-
Andreas Marek authored
-
- 16 Aug, 2017 1 commit
-
-
Andreas Marek authored
-
- 11 Aug, 2017 1 commit
-
-
Pavel Kus authored
-
- 10 Aug, 2017 2 commits
- 08 Aug, 2017 2 commits
-
-
Andreas Marek authored
-
Lorenz Huedepohl authored
The MPI communicators were never freed, this created a memory leak for every elpa_allocate()/elpa_deallocate() cycle.
-
- 05 Aug, 2017 3 commits
-
-
Andreas Marek authored
-
Andreas Marek authored
-
Andreas Marek authored
-
- 03 Aug, 2017 1 commit
-
-
Lorenz Huedepohl authored
Anything if it makes Andreas happy :)
-
- 30 Jul, 2017 1 commit
-
-
Andreas Marek authored
-
- 20 Jul, 2017 1 commit
-
-
Andreas Marek authored
This stupid bug was there since commit ae45bbb3
-
- 07 Jul, 2017 2 commits
-
-
Lorenz Huedepohl authored
This prevented compilation with Intel 2018 Beta and solves issue #54. It turns out you can only override type-bound procedures that are accessible in the module where you override them, thus they have to be private. A "deferred, private" type bound procedure could only be overriden from the same module (or a submodule thereof). Many thanks to Igor Vorobtsov from Intel for clarifying this.
-
Andreas Marek authored
-
- 30 Jun, 2017 1 commit
-
-
Andreas Marek authored
-
- 28 Jun, 2017 1 commit
-
-
Pavel Kus authored
Introducing python script plot.py containing several classes used to plot matrices stored in block-cyclic distribution as a 1 global matrix. Docstrings in plot.py should explain the ussage. There are also two use cases included, both with commented scripts (using classes from plot.py) and a screenshot. One of the use cases contains also tarball with data. Apart from that, a VERY simple module matrix_plot.F90 was created. It is really simplistic, a more systematic approach towards loging should be designed. At the moment, matrix output has to be triggered explicitly in the code by calling a macro SAVE_MATR(event_description, iteration).
-
- 27 Jun, 2017 1 commit
-
-
Andreas Marek authored
-
- 30 May, 2017 4 commits
-
-
Andreas Marek authored
-
Andreas Marek authored
whether or not a step is actually computed is decided with logicals (default all 3 steps are computed). This makes the implementation of "solve_tridi" and "eigenvalues_only" a bit cleaner in the future
-
Andreas Marek authored
-
Andreas Marek authored
-