- 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).
-
- 14 Jun, 2017 3 commits
-
-
Andreas Marek authored
-
Andreas Marek authored
-
Andreas Marek authored
-
- 13 Jun, 2017 1 commit
-
-
Andreas Marek authored
-
- 11 Jun, 2017 1 commit
-
-
Andreas Marek authored
-
- 10 Jun, 2017 1 commit
-
-
Andreas Marek authored
-
- 09 Jun, 2017 2 commits
-
-
Andreas Marek authored
-
Andreas Marek authored
-
- 08 Jun, 2017 1 commit
-
-
Andreas Marek authored
-
- 06 Jun, 2017 1 commit
-
-
Andreas Marek authored
-
- 05 Jun, 2017 1 commit
-
-
Andreas Marek authored
-
- 04 Jun, 2017 3 commits
-
-
Andreas Marek authored
-
Andreas Marek authored
-
Andreas Marek authored
-
- 03 Jun, 2017 2 commits
-
-
Andreas Marek authored
-
Andreas Marek authored
-
- 01 Jun, 2017 5 commits
-
-
Lorenz Hüdepohl authored
-
Lorenz Huedepohl authored
Most of the test programs for the new interface were all essentially copy&pasted from test.F90, now all of those directly use test.F90 with appropriate preprocessor flags
-
Lorenz Huedepohl authored
- Remove all use of ELPA internal modules, the test programs now only use the public ELPA API. This is now enforced, by hiding the private modules - Prefix all test internal modules with "test_" to make it really clear that these modules are not to be used by users.
-
Lorenz Huedepohl authored
-
Lorenz Huedepohl authored
-
- 22 May, 2017 3 commits
-
-
Lorenz Huedepohl authored
-
Lorenz Huedepohl authored
This is a bit cumbersome, as it involves yet another abstract intermediate type, but necessary due to language limitations.
-
Andreas Marek authored
-
- 21 May, 2017 1 commit
-
-
Andreas Marek authored
-
- 20 May, 2017 1 commit
-
-
Andreas Marek authored
-
- 19 May, 2017 3 commits
-
-
Andreas Marek authored
-
Andreas Marek authored
-
Andreas Marek authored
Setting a bandwdith of the input matrix via elpa%set("bandwidth",bw) tells ELPA 2stage, that matrix is already a banded matrix with bandwidth bw. Then some compute steps can be skipped
-
- 18 May, 2017 1 commit
-
-
Andreas Marek authored
-man pages have been updated -man pages for legacy API are only installed if legacy API is enabled
-
- 17 May, 2017 5 commits
-
-
Andreas Marek authored
-
Andreas Marek authored
-
Andreas Marek authored
-
Andreas Marek authored
-
Lorenz Huedepohl authored
-
- 16 May, 2017 3 commits
-
-
Lorenz Huedepohl authored
The legacy API is has been (internally) ported to use the new interface. The intent is that users of the legacy API do not have to change their codes. Next step is to completely adapt the .gitlab-ci.yml file
-
Lorenz Huedepohl authored
Still missing is the compatibility layer, currently it only compiles when configure is called with --disable-legacy Also, a more general solution to parameter passing via environment variables would be nice.
-
Lorenz Huedepohl authored
-
- 15 May, 2017 1 commit
-
-
Lorenz Huedepohl authored
-