- 03 Jun, 2017 1 commit
-
-
Andreas Marek authored
-
- 02 Jun, 2017 6 commits
-
-
Andreas Marek authored
-
Andreas Marek authored
-
Lorenz Huedepohl authored
There was an error in the strip_width calculation leading to wrong results for certain values of 'nev'. This is still not properly investigated, should be checked again.
-
Lorenz Huedepohl authored
Exchange _mm512_load_pd()/_mm512_load_ps() of stack variables with _mm512_set_pd, as the stack variables might not have proper alignment!
-
Andreas Marek authored
-
Lorenz Huedepohl authored
-
- 01 Jun, 2017 8 commits
-
-
Lorenz Hüdepohl authored
-
Lorenz Hüdepohl authored
-
Lorenz Huedepohl 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
-
Lorenz Huedepohl authored
-
- 31 May, 2017 3 commits
-
-
Andreas Marek authored
-
Andreas Marek authored
-
Andreas Marek authored
-
- 30 May, 2017 9 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
-
Andreas Marek authored
-
Andreas Marek authored
-
Andreas Marek authored
-
Lorenz Huedepohl authored
These can be used internally by call self%set_private(name, value) or call self%get_private(name, value) but are not valid for the self%set()/get() routines, i.e. are not visible to users of ELPA.
-
Andreas Marek authored
The public "solve" method has been renamed "eigenvectors" since it computes the eigenvalues and (at least parts of) the eigenvectors Another routine "eigenvalues" will just compute the eigenvalues
-
- 29 May, 2017 10 commits
-
-
Andreas Marek authored
-
Andreas Marek authored
-
Andreas Marek authored
-
Andreas Marek authored
-
Andreas Marek authored
-
Andreas Marek authored
-
Andreas Marek authored
-
Andreas Marek authored
-
Andreas Marek authored
-
Andreas Marek authored
DATATTYPE instead of DATATYPE This prevented builing for SUSE Leap_42.2 but actually this should always have failed !
-
- 27 May, 2017 2 commits
-
-
Andreas Marek authored
-
Andreas Marek authored
-
- 26 May, 2017 1 commit
-
-
Andreas Marek authored
-