- 03 Jan, 2018 1 commit
-
-
Andreas Marek authored
-
- 14 Dec, 2017 1 commit
-
-
Lorenz Huedepohl authored
-
- 07 Dec, 2017 2 commits
-
-
Lorenz Huedepohl authored
Apparently it was not fool-proof enough, if they could be disabled that easily :)
-
Andreas Marek authored
-
- 06 Dec, 2017 1 commit
-
-
Andreas Marek authored
-
- 05 Dec, 2017 4 commits
-
-
Andreas Marek authored
-
Andreas Marek authored
-
Lorenz Huedepohl authored
-
Lorenz Huedepohl authored
-
- 01 Dec, 2017 1 commit
-
-
Andreas Marek authored
-
- 30 Nov, 2017 1 commit
-
-
Andreas Marek authored
-
- 28 Nov, 2017 1 commit
-
-
Andreas Marek authored
-
- 27 Nov, 2017 1 commit
-
-
Andreas Marek authored
-
- 24 Nov, 2017 1 commit
-
-
Andreas Marek authored
-
- 26 Oct, 2017 1 commit
-
-
Lorenz Huedepohl authored
To be used like this class(elpa_t), pointer :: e class(elpa_autotune_t), pointer :: tune_state e => elpa_allocate() call e%set(...) [...] assert_elpa_ok(e%setup()) tune_state => e%autotune_setup(ELPA_AUTOTUNE_FAST, ELPA_AUTOTUNE_DOMAIN_REAL) ! Autotuning loop, continues until all combinations have been tried do while (e%autotune_step(tune_state)) ! Do the steps that are representative of your calculation call e%eigenvectors(a, ev, z, error) end do ! Fix best parameters, and de-allocate the autotune object call e%autotune_set_best(tune_state) call elpa_autotune_deallocate(tune_state)
-
- 11 Sep, 2017 2 commits
-
-
Andreas Marek authored
-
Andreas Marek authored
But allow this in cholesky and hermitian multiply test
-
- 10 Sep, 2017 1 commit
-
-
Andreas Marek authored
-
- 09 Sep, 2017 2 commits
-
-
Andreas Marek authored
-
Andreas Marek authored
It is planned to add another matrix type for the tests. The names of the prepare routines have become a bit inconsistent and confusing. Thus the rename
-
- 03 Sep, 2017 2 commits
- 01 Sep, 2017 2 commits
- 29 Aug, 2017 1 commit
-
-
Pavel Kus authored
adding variants for single precision and complex math datatype for the scalapack test
-
- 26 Aug, 2017 1 commit
-
-
Pavel Kus authored
taking into account, that computed eigenvectors can be arbitrarily "rotated" by multiplying by complex number. Hopefully dealt with in a robust way. Enabling analytic complex double and single
-
- 25 Aug, 2017 2 commits
-
-
Pavel Kus authored
reshaped 1D array produced transposed array withouth the order specified also making printing matrices and checking module sanity work for complex
-
Pavel Kus authored
test analytic has been transformed to template to allow all real/complex and single/double variants. However, at this commit, only real double and real single variants are enabled
-
- 24 Aug, 2017 1 commit
-
-
Andreas Marek authored
-
- 21 Aug, 2017 2 commits
-
-
Andreas Marek authored
-
Andreas Marek authored
-
- 18 Aug, 2017 2 commits
-
-
Andreas Marek authored
-
Andreas Marek authored
-
- 17 Aug, 2017 4 commits
-
-
Andreas Marek authored
-
Andreas Marek authored
-
Andreas Marek authored
-
Andreas Marek authored
-
- 10 Aug, 2017 3 commits
-
-
Pavel Kus authored
yet another attempt to improve single/double and real/complex unification more readable
-
Lorenz Huedepohl authored
with obvious meaning
-
Pavel Kus authored
for easier comparisons of elpa and mkl, a test case using scalapack function pdsyevd has been added
-